]> andersk Git - splint.git/blobdiff - src/globals.c
Added splint.spec file contributed by Heiko Abraham
[splint.git] / src / globals.c
index 00aa29d2d8f5a0230c3af9d6e61afade8016921b..515592d5df99b1e498826aac68bc0867b736e20e 100644 (file)
 ** 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
 */
 /*
 ** globals.c
 */
 
-# include "lclintMacros.nf"
+# include "splintMacros.nf"
 # include "basic.h"
 
 fileloc g_currentloc;
@@ -40,7 +40,14 @@ int g_codeLine = 0;
 
 cstring g_prevCodeFile = cstring_undefined;
 int g_prevCodeLine = 0;
-/*:open:*/ FILE *g_msgstream;
+
+/*
+** These are initialized in llmain.c.
+*/
+
+FILE *g_warningstream = NULL;
+FILE *g_messagestream = NULL;
+FILE *g_errorstream = NULL;
 
 /*
 ** These were in llmain.c.  Most should not be globals...
This page took 0.026244 seconds and 4 git commands to generate.