blob: 796bc8d35492b7e3151736aee71a563474cf5ae0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
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
@
|