X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtoumax.c;h=a147604ad2bb32c012a0d56232eb6a7e09c0f48c;hb=862d856cf0083d07c86d56dce8f9be7b207a8dd4;hp=1642e97354c6deb1b1bf7c2a64f4df894e331303;hpb=f9d65f16cba24ed08623966ead77622ed8d4e19e;p=gnulib.git diff --git a/lib/strtoumax.c b/lib/strtoumax.c index 1642e9735..a147604ad 100644 --- a/lib/strtoumax.c +++ b/lib/strtoumax.c @@ -38,10 +38,16 @@ #endif #ifndef HAVE_DECL_STRTOUL -unsigned long long strtoul PARAMS ((char const *, char **, int)); +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL_STRTOUL +unsigned long strtoul PARAMS ((char const *, char **, int)); #endif #ifndef HAVE_DECL_STRTOULL +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL_STRTOULL && HAVE_UNSIGNED_LONG_LONG unsigned long long strtoull PARAMS ((char const *, char **, int)); #endif