]> andersk Git - splint.git/blob - src/Headers/code.h
Added va_copy to standard.h.
[splint.git] / src / Headers / code.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
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.088083 seconds and 5 git commands to generate.