1: /*					-[Sat Jan 29 13:56:06 1983 by jkf]-
   2:  * 	gc.h			$Locker:  $
   3:  * garbage collector metering definitions
   4:  *
   5:  * $Header: gc.h,v 1.1 83/01/29 14:06:15 jkf Exp $
   6:  *
   7:  * (c) copyright 1982, Regents of the University of California
   8:  */
   9: 
  10: struct gchead
  11:     {  int version; /* version number of this dump file */
  12:        int lowdata; /* low address of sharable lisp data */
  13:        int dummy,dummy2,dummy3;     /* to be used later	*/
  14:     };

Defined struct's

gchead defined in line 10; never used
Last modified: 1985-08-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 606
Valid CSS Valid XHTML 1.0 Strict