X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/2f2892c2eae871c76b3acfd77a8accfb9f4c7322..ed62d3fbeda6bb085991cdd683ceacfc57f7afbe:/src/mtgrammar.c.der diff --git a/src/mtgrammar.c.der b/src/mtgrammar.c.der index e4540b1..67c2e99 100644 --- a/src/mtgrammar.c.der +++ b/src/mtgrammar.c.der @@ -48,6 +48,10 @@ /*drl added 11/27/2001*/ /*@-bounds@*/ + +/*drl added 12/11/2002*/ +/*@-type@*/ + /* < end of bison.head > */ /* A Bison parser, made from mtgrammar.y @@ -114,7 +118,7 @@ # 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@*/