Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / src / Headers / code.h
blob1d6e5c4ef2558a5c561c92cc3e475804d9053113
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 **
5 */
7 /*@constant ltokenCode LEOFTOKEN;@*/
8 #define LEOFTOKEN 0
10 /* assume this is big enough for bison */ /* BOGUS! */
11 /*@constant ltokenCode NOTTOKEN;@*/
12 #define NOTTOKEN 9998