1: /* -[Sat Jan 29 13:57:36 1983 by jkf]- 2: * gtabs.h $Locker: $ 3: * global lispval table 4: * 5: * $Header: /na/franz/franz/h/gtabs.h,v 1.1 83/01/29 14:06:37 jkf Exp $ 6: * 7: * (c) copyright 1982, Regents of the University of California 8: */ 9: 10: /* these are the tables of global lispvals known to the interpreter */ 11: /* and compiler. They are not used by the garbage collector. */ 12: #define GFTABLEN 200 13: #define GCTABLEN 8 14: extern lispval gftab[GFTABLEN]; 15: extern lispval gctab[GCTABLEN];