]> andersk Git - splint.git/blobdiff - src/mtreader.c
Cleaned up code problems reported by make splintme.
[splint.git] / src / mtreader.c
index e31264c7030ed781685d1ea87db012791671e19a..cd27617120428bafdb22e4337767d3c1aff377ca 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on lclint: lclint-request@cs.virginia.edu
-** To report a bug: lclint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
@@ -27,7 +27,7 @@
 ** Controls reading of .mts files.
 */
 
-# include "lclintMacros.nf"
+# include "splintMacros.nf"
 # include "llbasic.h"
 # include "mtgrammar.h"
 # include "mtscanner.h"
@@ -71,11 +71,7 @@ void mtreader_readFile (cstring infile)
     }
 
   context_setFileId (fid);
-
-  if (context_getFlag (FLG_SHOWSCAN))
-    {
-      lldiagmsg (message ("< reading metastate %s >", fname));
-    }
+  displayScan (message ("reading metastate %s", fname));
   
   mtscanner_reset (sourceFile);
   context_enterMTfile ();
This page took 0.042624 seconds and 4 git commands to generate.