]> andersk Git - splint.git/blob - src/Headers/cgrammar.h
61302290dbd7c8166ca45018334fa9f6f8be4956
[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 /*@=declundef@*/
15
16 /* #ifndef NCGRAM2
17 ** # include "cgrammar_tokens.h"
18 ** #endif
19 */
20
21
22
This page took 0.131581 seconds and 3 git commands to generate.