]> andersk Git - splint.git/blobdiff - src/lh.c
noexpand always false.
[splint.git] / src / lh.c
index 05930e84ac93b37bad17b9c43f28c62b90626792..5019920d05f99a4838007fb0b9361e0c296e7b11 100644 (file)
--- a/src/lh.c
+++ b/src/lh.c
@@ -40,7 +40,7 @@
 */
 
 # include "splintMacros.nf"
-# include "llbasic.h"
+# include "basic.h"
 # include "osd.h"
 # include "lh.h"
 # include "llmain.h"
@@ -52,9 +52,9 @@
 # define TABINCH       '\t'
 
 
-/*@private@*/ typedef struct
+/*:private:*/ typedef struct
 {
-  /*:open:*/ /*@dependent@*/ /*@null@*/ /*@reldef@*/ FILE *f;
+  /*@open@*/ /*@dependent@*/ /*@null@*/ /*@reldef@*/ FILE *f;
   /*@reldef@*/ cstring name;
 } outFile;
 
@@ -276,7 +276,6 @@ lhCleanup (void)
       
       if (LhFile.f == NULL)
        {
-         /*@i25534  check this!  does it report the right filename? */
          lldiagmsg (message ("Cannot open lh file for output: %s", LhFile.name));
        }
       else
This page took 0.032273 seconds and 4 git commands to generate.