X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtoumax.c;h=a147604ad2bb32c012a0d56232eb6a7e09c0f48c;hb=e2b0b4a5bc39813736d624662b9006a645d08083;hp=22b9a3d8dc28f99461d667dc0902b5b7430d16e2;hpb=d9f6701eb53b2c5ded7ca2fdd14093c941a6a803;p=gnulib.git diff --git a/lib/strtoumax.c b/lib/strtoumax.c index 22b9a3d8d..a147604ad 100644 --- a/lib/strtoumax.c +++ b/lib/strtoumax.c @@ -38,16 +38,16 @@ #endif #ifndef HAVE_DECL_STRTOUL -'this configure-time declaration test was not run' +"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' +"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