]> andersk Git - splint.git/blobdiff - src/lh.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / lh.c
index 2c477d9d58bd73b6315b38d884c4afb0b455e238..30fed4956d5c1d62f939772362ac8ae4bed92f32 100644 (file)
--- a/src/lh.c
+++ b/src/lh.c
@@ -1,6 +1,6 @@
 /*
 ** Splint - annotation-assisted static program checker
-** Copyright (C) 1994-2002 University of Virginia,
+** Copyright (C) 1994-2003 University of Virginia,
 **         Massachusetts Institute of Technology
 **
 ** This program is free software; you can redistribute it and/or modify it
@@ -40,7 +40,7 @@
 */
 
 # include "splintMacros.nf"
-# include "llbasic.h"
+# include "basic.h"
 # include "osd.h"
 # include "lh.h"
 # include "llmain.h"
@@ -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.033294 seconds and 4 git commands to generate.