]> andersk Git - splint.git/blobdiff - src/globals.c
Added mtgrammar.c.der
[splint.git] / src / globals.c
index e4ff1a11220b77a646d3d60d0319b2301acfe0b0..ae48eff20250064c6887afdd35d5e1a00f777456 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LCLint - annotation-assisted static program checker
-** Copyright (C) 1994-2000 University of Virginia,
+** Copyright (C) 1994-2001 University of Virginia,
 **         Massachusetts Institute of Technology
 **
 ** This program is free software; you can redistribute it and/or modify it
@@ -40,7 +40,7 @@ int g_codeLine = 0;
 
 cstring g_prevCodeFile = cstring_undefined;
 int g_prevCodeLine = 0;
-FILE *g_msgstream;
+/*:open:*/ FILE *g_msgstream;
 
 /*
 ** These were in llmain.c.  Most should not be globals...
This page took 0.128169 seconds and 4 git commands to generate.