]> andersk Git - splint.git/blobdiff - src/globals.c
noexpand always false.
[splint.git] / src / globals.c
index 38504c3334846fcb50f3e8c6d4f6ac081bf13746..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
@@ -46,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...
This page took 0.032507 seconds and 4 git commands to generate.