]> andersk Git - splint.git/blob - src/Headers/cgrammar.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[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 extern bool g_expectingTypeName ;
11 extern /*@dependent@*/ /*@observer@*/ uentry coerceId (cstring p_cn);
12 extern /*@observer@*/ uentry coerceIterId (cstring p_cn);
13 extern /*@observer@*/ cstring LastIdentifier (void);
14
15 /* #ifndef NCGRAM2
16 ** # include "cgrammar_tokens.h"
17 ** #endif
18 */
19
20
21
This page took 0.061938 seconds and 5 git commands to generate.