bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stdint.h buglet


From: Simon Josefsson
Subject: stdint.h buglet
Date: Wed, 11 Jan 2006 18:11:52 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Installed.   2006-01-11  Simon Josefsson  <address@hidden>

        * stdint_.h (SIZE_MAX): Add missing (.

--- stdint_.h   09 Jan 2006 14:49:23 +0100      1.10
+++ stdint_.h   11 Jan 2006 18:11:10 +0100      
@@ -245,7 +245,7 @@
#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>.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]