summaryrefslogtreecommitdiffstats
path: root/gl/stdint.in.h
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2009-05-19 22:32:10 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2009-05-19 22:32:10 (GMT)
commit50b3ff7b91e78a61aca93247bee586d6d7eb27c8 (patch)
treedb4c7eee24479ac7ee6888ce1562facf60159b71 /gl/stdint.in.h
parent2701ccd500e60537a8c2977a81549ff33eeaef3f (diff)
downloadmonitoring-plugins-50b3ff7b91e78a61aca93247bee586d6d7eb27c8.tar.gz
Sync with the latest Gnulib code (cb75dc5)
Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
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)