]> andersk Git - splint.git/blobdiff - test/db1/eref.c
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / test / db1 / eref.c
index 33dda3f6b26ce7508245db4c686059deb6fedc66..cff9e9bcd6dfd56dae568a60e5a55d41c8b0feaa 100644 (file)
@@ -50,7 +50,7 @@ void eref_initMod (void)
   int i;
   const int size = 16;
   
-  if (needsInit == FALSE) 
+  if (needsInit == false) /* will produce a warning if FALSE is used instead */
     {
       return;
     }
This page took 0.0406 seconds and 4 git commands to generate.