summaryrefslogtreecommitdiffstats
path: root/gl/stdint.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/stdint.in.h')
-rw-r--r--gl/stdint.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/stdint.in.h b/gl/stdint.in.h
index f141c8f..53aa34a 100644
--- a/gl/stdint.in.h
+++ b/gl/stdint.in.h
@@ -435,7 +435,7 @@ typedef int _verify_intmax_size[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) -
435#undef PTRDIFF_MIN 435#undef PTRDIFF_MIN
436#undef PTRDIFF_MAX 436#undef PTRDIFF_MAX
437#if @APPLE_UNIVERSAL_BUILD@ 437#if @APPLE_UNIVERSAL_BUILD@
438# if _LP64 438# ifdef _LP64
439# define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l) 439# define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l)
440# define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l) 440# define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l)
441# else 441# else
@@ -463,7 +463,7 @@ typedef int _verify_intmax_size[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) -
463/* size_t limit */ 463/* size_t limit */
464#undef SIZE_MAX 464#undef SIZE_MAX
465#if @APPLE_UNIVERSAL_BUILD@ 465#if @APPLE_UNIVERSAL_BUILD@
466# if _LP64 466# ifdef _LP64
467# define SIZE_MAX _STDINT_MAX (0, 64, 0ul) 467# define SIZE_MAX _STDINT_MAX (0, 64, 0ul)
468# else 468# else
469# define SIZE_MAX _STDINT_MAX (0, 32, 0ul) 469# define SIZE_MAX _STDINT_MAX (0, 32, 0ul)