summaryrefslogtreecommitdiffstats
path: root/test/big.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/big.c')
-rw-r--r--test/big.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/big.c b/test/big.c
index 53046d9..985e1de 100644
--- a/test/big.c
+++ b/test/big.c
@@ -21,7 +21,7 @@ const char *FILENAME[] = {
#if SIZEOF_LONG_LONG >= 8
# define GB8LL ((unsigned long_long)8*1024*1024*1024)
#else
-# define GB8LL ((unsigned long_long)0) /*cannot do the test*/
+# define GB8LL 0 /*cannot do the test*/
#endif