]> andersk Git - splint.git/blob - src/Headers/cgrammar.h
Added cgrammar_tokens.h
[splint.git] / src / Headers / cgrammar.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3 ** See ../LICENSE for license information.
4 **
5 */
6 /*
7 ** cgrammar.h
8 */
9
10 /*@-declundef@*/ /* In case cgrammar.y isn't processed... */
11 extern bool g_expectingTypeName ;
12 extern /*@dependent@*/ /*@observer@*/ uentry coerceId (cstring p_cn);
13 extern /*@observer@*/ uentry coerceIterId (cstring p_cn);
14 extern /*@observer@*/ cstring LastIdentifier (void);
15 /*@=declundef@*/
16
17 /* #ifndef NCGRAM2
18 ** # include "cgrammar_tokens.h"
19 ** #endif
20 */
21
22
23
This page took 0.037937 seconds and 5 git commands to generate.