[Debburn-changes] r356 - nonameyet/trunk/include

Eduard Bloch blade at costa.debian.org
Tue Oct 3 12:24:08 UTC 2006


Author: blade
Date: 2006-10-03 12:24:08 +0000 (Tue, 03 Oct 2006)
New Revision: 356

Modified:
   nonameyet/trunk/include/utypes.h
Log:
SIZE_T_MAX guard

Modified: nonameyet/trunk/include/utypes.h
===================================================================
--- nonameyet/trunk/include/utypes.h	2006-10-03 12:18:08 UTC (rev 355)
+++ nonameyet/trunk/include/utypes.h	2006-10-03 12:24:08 UTC (rev 356)
@@ -382,7 +382,9 @@
 #endif
 
 #define	SIZE_T_MIN	TYPE_MINVAL(size_t)
+#ifndef SIZE_T_MAX
 #define	SIZE_T_MAX	TYPE_MAXVAL(size_t)
+#endif
 
 #define	SSIZE_T_MIN	TYPE_MINVAL(ssize_t)
 #define	SSIZE_T_MAX	TYPE_MAXVAL(ssize_t)




More information about the Debburn-changes mailing list