aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorKarl Heuer1996-05-25 14:42:59 +0000
committerKarl Heuer1996-05-25 14:42:59 +0000
commit47a8c525fffd281c4c2e25e6ca1a4e40545a9601 (patch)
tree0334979b997f84b4482c25af70003db298e4135f /src/m
parent28d9bc0eb7b41c55f521c06e5cbb30e01f827300 (diff)
downloademacs-47a8c525fffd281c4c2e25e6ca1a4e40545a9601.tar.gz
emacs-47a8c525fffd281c4c2e25e6ca1a4e40545a9601.zip
[__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/sparc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h
index e1c92d460f5..9b3ccf362a5 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -104,6 +104,7 @@ NOTE-END */
104#endif 104#endif
105 105
106#ifndef __NetBSD__ 106#ifndef __NetBSD__
107#ifndef __linux__
107/* This really belongs in s/sun.h. */ 108/* This really belongs in s/sun.h. */
108 109
109/* Say that the text segment of a.out includes the header; 110/* Say that the text segment of a.out includes the header;
@@ -116,4 +117,5 @@ NOTE-END */
116 117
117#define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr)) 118#define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
118 119
120#endif /* __linux__ */
119#endif /* __NetBSD__ */ 121#endif /* __NetBSD__ */