]> andersk Git - splint.git/blobdiff - src/fileloc.c
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / src / fileloc.c
index 84d9e3b969163097a6bb6de81784bb1885a98a88..ad82ba5551a3cb196bd88b275d9c2813a7f7ce68 100644 (file)
@@ -671,7 +671,7 @@ fileloc_column (fileloc f)
 /*@only@*/ cstring
 fileloc_unparse (fileloc f)
 {
-  static in_funparse = FALSE;
+  static bool in_funparse = FALSE;
   bool parenFormat = context_getFlag (FLG_PARENFILEFORMAT); 
   bool htmlFormat = context_getFlag (FLG_HTMLFILEFORMAT);
   cstring res = cstring_undefined;
This page took 0.035703 seconds and 4 git commands to generate.