From e43759db0c3d2333c4eb0455b6ae347d2d7a2bba Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 27 Feb 2000 18:50:31 +0000 Subject: [PATCH] Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. --- src/sys2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sys2.h b/src/sys2.h index 211e83fc64..bc88f96d6b 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -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 -- 2.47.3