From: Mark Linton Date: Tue, 19 Jan 1982 17:35:24 +0000 (-0800) Subject: removed SIZELOC and BASEADDR, now "objfmt.h" is used X-Git-Tag: BSD-4_1_snap-Snapshot-Development~82 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/785a29f2a443d49232f1e75688954330315c9783 removed SIZELOC and BASEADDR, now "objfmt.h" is used SCCS-vsn: usr.bin/pascal/pdx/object.h 1.3 --- diff --git a/usr/src/usr.bin/pascal/pdx/object.h b/usr/src/usr.bin/pascal/pdx/object.h index 9129bff78c..b715b3efe3 100644 --- a/usr/src/usr.bin/pascal/pdx/object.h +++ b/usr/src/usr.bin/pascal/pdx/object.h @@ -1,6 +1,6 @@ /* 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. @@ -22,8 +22,5 @@ struct { 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 */