(SIZE_MAX): Add missing (.
authorSimon Josefsson <simon@josefsson.org>
Wed, 11 Jan 2006 17:12:47 +0000 (17:12 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 11 Jan 2006 17:12:47 +0000 (17:12 +0000)
lib/ChangeLog
lib/stdint_.h

index d62c4b9..2297a22 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-11  Simon Josefsson  <jas@extundo.com>
+
+       * stdint_.h (SIZE_MAX): Add missing (.
+
 2006-01-10  Bruno Haible  <bruno@clisp.org>
 
        * argp.h (__const): Remove macro. Use const instead.
index 83073eb..a203c30 100644 (file)
@@ -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 <stddef.h>.  */