X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtoumax.c;h=a147604ad2bb32c012a0d56232eb6a7e09c0f48c;hb=862d856cf0083d07c86d56dce8f9be7b207a8dd4;hp=1041b99c57706a43d48e3752b1a5100dee76a07f;hpb=de1b0c616f4497865334c973236206a7d391fd23;p=gnulib.git diff --git a/lib/strtoumax.c b/lib/strtoumax.c index 1041b99c5..a147604ad 100644 --- a/lib/strtoumax.c +++ b/lib/strtoumax.c @@ -41,13 +41,13 @@ "this configure-time declaration test was not run" #endif #if !HAVE_DECL_STRTOUL -unsigned long long strtoul PARAMS ((char const *, char **, int)); +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 +#if !HAVE_DECL_STRTOULL && HAVE_UNSIGNED_LONG_LONG unsigned long long strtoull PARAMS ((char const *, char **, int)); #endif