]> andersk Git - splint.git/blame - src/Headers/code.h
Updated copyrights
[splint.git] / src / Headers / code.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 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.07696 seconds and 5 git commands to generate.