]> andersk Git - splint.git/blobdiff - src/globals.c
Renaming - LCLint => Splint
[splint.git] / src / globals.c
index 83942123741e36ba6850928fc9ab2eb6710dd85c..a01bd5464e1140edca62f5e3af526b3b341251e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** LCLint - annotation-assisted static program checker
+** Splint - annotation-assisted static program checker
 ** Copyright (C) 1994-2001 University of Virginia,
 **         Massachusetts Institute of Technology
 **
@@ -19,7 +19,7 @@
 **
 ** For information on lclint: lclint-request@cs.virginia.edu
 ** To report a bug: lclint-bug@cs.virginia.edu
-** For more information: http://lclint.cs.virginia.edu
+** For more information: http://www.splint.org
 */
 /*
 ** globals.c
@@ -40,7 +40,7 @@ int g_codeLine = 0;
 
 cstring g_prevCodeFile = cstring_undefined;
 int g_prevCodeLine = 0;
-/*@open@*/ FILE *g_msgstream;
+/*:open:*/ FILE *g_msgstream;
 
 /*
 ** These were in llmain.c.  Most should not be globals...
This page took 0.034234 seconds and 4 git commands to generate.