Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
authorJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 18:50:31 +0000 (18:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 18:50:31 +0000 (18:50 +0000)
src/sys2.h

index 211e83f..bc88f96 100644 (file)
@@ -301,7 +301,7 @@ unsigned long strtoul ();
 #endif
 
 /* This is needed on some AIX systems.  */
-#if !HAVE_DECL_STRTOULL
+#if !HAVE_DECL_STRTOULL && HAVE_UNSIGNED_LONG_LONG
 unsigned long long strtoull ();
 #endif