]> andersk Git - splint.git/blobdiff - src/Headers/mtscanner.h
noexpand always false.
[splint.git] / src / Headers / mtscanner.h
index bc82c5b2d6070d51c354f7f56c9f2d5d4ec4b56e..d0dcc293dc70a413ca8345a70851d56ca93c02b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -10,6 +10,7 @@
 # ifndef MTSCANNER_H
 # define MTSCANNER_H
 
+/*@-declundef@*/
 extern void mtscanner_reset (inputStream p_sourceFile) 
      /*@modifies internalState@*/ ;
 
@@ -20,6 +21,7 @@ extern int mtlex (YYSTYPE *p_mtlval)
 
 extern ctype mtscanner_lookupType (mttok p_tok) /*@modifies p_tok@*/ ;
    /* Can steal p_tok's location. */
+/*@=declundef@*/
 
 # else
 # error "Multiple include"
This page took 0.036292 seconds and 4 git commands to generate.