]> andersk Git - splint.git/blobdiff - src/globals.c
noexpand always false.
[splint.git] / src / globals.c
index 515592d5df99b1e498826aac68bc0867b736e20e..a46b011024f12d775c0655dc5cad1e9a9f160ec1 100644 (file)
@@ -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
 
 fileloc g_currentloc;
 
-# ifndef NOLCL
 symtable g_symtab;
 /*@only@*/ lsymbolSet g_currentImports = lsymbolSet_undefined;
-# endif
 
 cstring g_codeFile = cstring_undefined;
 int g_codeLine = 0;
@@ -48,6 +46,7 @@ int g_prevCodeLine = 0;
 FILE *g_warningstream = NULL;
 FILE *g_messagestream = NULL;
 FILE *g_errorstream = NULL;
+FILE *g_csvstream = NULL;
 
 /*
 ** These were in llmain.c.  Most should not be globals...
@@ -55,10 +54,8 @@ FILE *g_errorstream = NULL;
 
 /*@observer@*/ char *g_localSpecPath = ".";
 
-# ifndef NOLCL
 /*@only@*/ cstring g_currentSpec;
 /*@only@*/ char *g_currentSpecName;
-# endif
 
 void printCodePoint (void)
 {
This page took 0.039009 seconds and 4 git commands to generate.