]> andersk Git - splint.git/blob - src/Headers/lclsyntable.h
Initial revision
[splint.git] / src / Headers / lclsyntable.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
3 ** See ../LICENSE for license information.
4 **
5 */
6 /*
7 ** syntable.h
8 */
9
10 extern void         LCLAddSyn(lsymbol, lsymbol);
11 extern /*@exposed@*/ ltoken LCLGetTokenForSyn(lsymbol);
12 extern bool         LCLIsSyn(lsymbol);
13
14 extern void         LCLSynTableInit(void);
15 extern void         LCLSynTableReset(void);
16 extern void         LCLSynTableCleanup(void);
This page took 0.070602 seconds and 5 git commands to generate.