ossp-pkg/uuid/uuid_ac.h 1.3 -> 1.4
--- uuid_ac.h 2004/12/31 19:20:34 1.3
+++ uuid_ac.h 2005/03/29 19:01:41 1.4
@@ -34,7 +34,7 @@
/* define boolean values */
#define UUID_FALSE 0
-#define UUID_TRUE !UUID_FALSE
+#define UUID_TRUE (/*lint -save -e506*/ !UUID_FALSE /*lint -restore*/)
/* determine types of 8-bit size */
#if SIZEOF_CHAR == 1
|
|