put in cache initialization in at beginning of process startup
[unix-history] / usr / src / usr.bin / pascal / pdx / object.h
index 2c70b22..b715b3e 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)object.h 1.1 %G%";
+/* static char sccsid[] = "@(#)object.h 1.3 %G%"; */
 
 /*
  * Object module definitions.
 
 /*
  * Object module definitions.
@@ -22,8 +22,5 @@ struct {
 char *stringtab;       /* string table */
 char *dotpfile;                /* name of compiled file */
 
 char *stringtab;       /* string table */
 char *dotpfile;                /* name of compiled file */
 
-#define SIZELOC 1016   /* location of objsize in obj file */
-#define BASEADDR 1024  /* beginning of object code */
-
 readobj();             /* read in the object file */
 objfree();             /* release storage for object file information */
 readobj();             /* read in the object file */
 objfree();             /* release storage for object file information */