]> andersk Git - splint.git/blobdiff - src/osd.c
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / src / osd.c
index 4e72f78ec4ce3862da158797e7aa77fd009558be..da780fc69f690c0112ffa65952fe9f6cb5752bab 100644 (file)
--- a/src/osd.c
+++ b/src/osd.c
@@ -479,7 +479,7 @@ extern /*@external@*/ int unlink (const char *) /*@modifies fileSystem@*/ ;
 /*@=redecl@*/
 # endif
 
-static s_tempError = FALSE;
+static bool s_tempError = FALSE;
 
 void osd_setTempError (void)
 {
This page took 0.034274 seconds and 4 git commands to generate.