]> andersk Git - splint.git/blobdiff - src/fileloc.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / fileloc.c
index c1f95dd0ba911a1706b9ab33e9372b7307d1e8de..84d9e3b969163097a6bb6de81784bb1885a98a88 100644 (file)
@@ -34,7 +34,7 @@
  */
 
 # include "splintMacros.nf"
-# include "llbasic.h"
+# include "basic.h"
 # include "osd.h"
 # include "portab.h"
 
@@ -794,7 +794,7 @@ fileloc_unparse (fileloc f)
     {
       res = cstring_makeLiteral ("< Location unknown >");
     }
-  /*@=branchstate@*/ /*@i2523 this is a spurious warning because of the break */
+  /*@=branchstate@*/ /* this is a spurious warning because of the break */
   
   in_funparse = FALSE;
   return res;
This page took 0.037505 seconds and 4 git commands to generate.