BSD 3 development
[unix-history] / usr / src / cmd / lisp / gtabs.h
CommitLineData
8cd657f4
JF
1/* these are the tables of global lispvals known to the interpreter */
2/* and compiler. They are not used by the garbage collector. */
3#define GFTABLEN 200
4#define GCTABLEN 8
5extern lispval gftab[GFTABLEN];
6extern lispval gctab[GCTABLEN];