From 42b20a3c0386fdf0981fdc4be68d64f84e2dace5 Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 4 May 2010 09:57:12 +0100 Subject: 20100504-0957 --- lib9/strtoull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib9') diff --git a/lib9/strtoull.c b/lib9/strtoull.c index 3f08ba61..040f28e7 100644 --- a/lib9/strtoull.c +++ b/lib9/strtoull.c @@ -1,6 +1,6 @@ #include "lib9.h" -#define UVLONG_MAX (1LL<<63) +#define UVLONG_MAX ((uvlong)1<<63) uvlong strtoull(char *nptr, char **endptr, int base) -- cgit v1.2.3