43 lines
522 B
Text
43 lines
522 B
Text
head 1.2;
|
|
access ;
|
|
symbols RMS-has:1.2;
|
|
locks ; strict;
|
|
comment @ * @;
|
|
|
|
|
|
1.2
|
|
date 88.01.26.05.19.09; author gnu; state Exp;
|
|
branches ;
|
|
next 1.1;
|
|
|
|
1.1
|
|
date 88.01.26.05.18.45; author gnu; state Exp;
|
|
branches ;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@Originally nonexistent.
|
|
@
|
|
|
|
|
|
1.2
|
|
log
|
|
@Created by John Gilmore for Mac A/UX
|
|
@
|
|
text
|
|
@
|
|
/* This is how the size of an individual .o file's text segment
|
|
is rounded on a mac under a/ux. */
|
|
|
|
#define FILEADDR_ROUND(addr) (addr)
|
|
@
|
|
|
|
|
|
1.1
|
|
log
|
|
@Initial revision
|
|
@
|
|
text
|
|
@d1 5
|
|
@
|