removed SIZELOC and BASEADDR, now "objfmt.h" is used
authorMark Linton <linton@ucbvax.Berkeley.EDU>
Tue, 19 Jan 1982 17:35:24 +0000 (09:35 -0800)
committerMark Linton <linton@ucbvax.Berkeley.EDU>
Tue, 19 Jan 1982 17:35:24 +0000 (09:35 -0800)
SCCS-vsn: usr.bin/pascal/pdx/object.h 1.3

usr/src/usr.bin/pascal/pdx/object.h

index 9129bff..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.2 %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 */