]> andersk Git - splint.git/blobdiff - src/mtgrammar.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / mtgrammar.c
index e4540b1089c47a36dd26408c4883f10fc48d21de..67c2e99df9c9ac53b137d8836d97bd52c9953ce7 100644 (file)
 
 /*drl added 11/27/2001*/
 /*@-bounds@*/
+
+/*drl added 12/11/2002*/
+/*@-type@*/
+
 /* < end of bison.head > */
 
 /* A Bison parser, made from mtgrammar.y
 
 # include "bison.reset"
 # include "splintMacros.nf"
-# include "llbasic.h"
+# include "basic.h"
 
 # ifndef S_SPLINT_S
 extern ctype mtscanner_lookupType (mttok p_tok) /*@modifies p_tok@*/ ;
@@ -1719,3 +1723,6 @@ static void yyprint (FILE *file, int type, YYSTYPE value)
 
 /*drl added 11/27/2001*/
 /*@=bounds@*/
+
+/*drl added 12/11/2002*/
+/*@=type@*/
This page took 0.332086 seconds and 4 git commands to generate.