summaryrefslogtreecommitdiff
path: root/pr/include/prlong.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prlong.h')
-rw-r--r--pr/include/prlong.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pr/include/prlong.h b/pr/include/prlong.h
index 09b43217..42c5792e 100644
--- a/pr/include/prlong.h
+++ b/pr/include/prlong.h
@@ -77,7 +77,8 @@ NSPR_API(PRUint64) LL_MaxUint(void);
#if defined(HAVE_LONG_LONG)
-#if PR_BYTES_PER_LONG == 8
+/* Keep this in sync with prtypes.h. */
+#if PR_BYTES_PER_LONG == 8 && !defined(__APPLE__)
#define LL_MAXINT 9223372036854775807L
#define LL_MININT (-LL_MAXINT - 1L)
#define LL_ZERO 0L