]> andersk Git - splint.git/blobdiff - src/ltoken.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / ltoken.c
index 90d8a393a5d980b5682e8279a327a9713703434c..5b3a6990fc23ab7faeb82b48fd925e0b5e9582bf 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
@@ -26,7 +26,7 @@
 */
 
 # include "splintMacros.nf"
-# include "llbasic.h"
+# include "basic.h"
 # include "llgrammar.h"
 # include "scanline.h"
 # include "lclscanline.h"
@@ -37,7 +37,7 @@
 ** set in LCLScanLineInit of lclscanline.c or in scanline.c 
 */
 
-/*@-namechecks@*/
+/*@-namechecks@*/ /* These should all start with g_ */
 ltoken ltoken_forall;
 ltoken ltoken_exists;
 ltoken ltoken_true;
This page took 0.029525 seconds and 4 git commands to generate.