diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/replace.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |