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];

Defined macros

GCTABLEN defined in line 13; used 1 times
  • in line 15
GFTABLEN defined in line 12; used 1 times
  • in line 14
Last modified: 1985-08-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 604
Valid CSS Valid XHTML 1.0 Strict