X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtoumax.c;h=a147604ad2bb32c012a0d56232eb6a7e09c0f48c;hb=e2b0b4a5bc39813736d624662b9006a645d08083;hp=125e087f9d5f0b23411ee6ef181f7145fe9d4aaa;hpb=28771d553b6e828e99d8f93db1ff4dfe2a506fb9;p=gnulib.git diff --git a/lib/strtoumax.c b/lib/strtoumax.c index 125e087f9..a147604ad 100644 --- a/lib/strtoumax.c +++ b/lib/strtoumax.c @@ -47,7 +47,7 @@ unsigned long strtoul PARAMS ((char const *, char **, int)); #ifndef HAVE_DECL_STRTOULL "this configure-time declaration test was not run" #endif -#if !HAVE_DECL_STRTOULL +#if !HAVE_DECL_STRTOULL && HAVE_UNSIGNED_LONG_LONG unsigned long long strtoull PARAMS ((char const *, char **, int)); #endif