From f2ec75c7df5965f474a3c9444b23bcfe2818fe90 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sat, 8 Sep 2012 00:12:51 -0700 Subject: osX define uint64_t as long long int --- lib/replace/replace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/replace') diff --git a/lib/replace/replace.h b/lib/replace/replace.h index fa7cc78fa4..c7f9c71175 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -61,7 +61,7 @@ #endif #ifndef __PRI64_PREFIX -# if __WORDSIZE == 64 +# if __WORDSIZE == 64 && ! defined __APPLE__ # define __PRI64_PREFIX "l" # else # define __PRI64_PREFIX "ll" -- cgit