]> andersk Git - splint.git/blame - src/Headers/lcltokentable.h
ADded numabstract types.
[splint.git] / src / Headers / lcltokentable.h
CommitLineData
885824d3 1/*
28bf4b0b 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
885824d3 3** See ../LICENSE for license information.
4**
5*/
6/*
e5081f8c 7** lcltokentable.h
885824d3 8*/
9
e5081f8c 10# ifndef LCLTOKENTABLE_H
11# define LCLTOKENTABLE_H
12
885824d3 13extern /*@exposed@*/ ltoken
14 LCLInsertToken (ltokenCode, lsymbol, lsymbol, bool)
15 /*@modifies internalState@*/ ;
16extern void LCLUpdateToken (ltokenCode, lsymbol, bool) /*@modifies internalState@*/ ;
17extern void LCLSetTokenHasSyn(lsymbol, bool) /*@modifies internalState@*/ ;
18extern /*@exposed@*/ ltoken LCLGetToken (lsymbol) /*@*/ ;
19extern /*@exposed@*/ ltoken LCLReserveToken (ltokenCode, char *)
20 /*@modifies internalState@*/ ;
21
22extern void LCLTokenTableInit(void);
23extern void LCLTokenTableCleanup(void);
e5081f8c 24
25# else
26# error "Multiple include"
27# endif
This page took 0.097977 seconds and 5 git commands to generate.