From 420153e431a6b9c04ad4fd15896eac1d7c2f92ef Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 11 Jan 2006 17:12:47 +0000 Subject: [PATCH] (SIZE_MAX): Add missing (. --- lib/ChangeLog | 4 ++++ lib/stdint_.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index d62c4b9d11..2297a223e2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-01-11 Simon Josefsson + + * stdint_.h (SIZE_MAX): Add missing (. + 2006-01-10 Bruno Haible * argp.h (__const): Remove macro. Use const instead. diff --git a/lib/stdint_.h b/lib/stdint_.h index 83073eb118..a203c305b2 100644 --- a/lib/stdint_.h +++ b/lib/stdint_.h @@ -245,7 +245,7 @@ typedef uint32_t uintmax_t; #define SIG_ATOMIC_MAX 127 #ifndef SIZE_MAX /* SIZE_MAX may also be defined in config.h. */ -# define SIZE_MAX (size_t)~(size_t)0) +# define SIZE_MAX ((size_t)~(size_t)0) #endif /* wchar_t limits already defined in . */ -- 2.30.2