]> andersk Git - splint.git/blob - src/Headers/code.h
cd7513cb52ff0b6f1260af26ca4df19c5df90fe8
[splint.git] / src / Headers / code.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3 ** See ../LICENSE for license information.
4 **
5 */
6
7 /*@constant ltokenCode LEOFTOKEN;@*/
8 #define LEOFTOKEN 0
9
10 /* assume this is big enough for bison */ /* BOGUS! */
11 /*@constant ltokenCode NOTTOKEN;@*/
12 #define NOTTOKEN 9998
This page took 0.023011 seconds and 3 git commands to generate.