]> andersk Git - splint.git/blobdiff - src/globals.c
Apparently splint does not correctly handle the case in which a #defined constant...
[splint.git] / src / globals.c
index 4eb1928ac416876a047a5e872ab9c60a88fd13ae..515592d5df99b1e498826aac68bc0867b736e20e 100644 (file)
@@ -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.031929 seconds and 4 git commands to generate.