Mercurial > emacs
diff src/s/gnu.h @ 9914:486fd2f809f5
(A_TEXT_OFFSET): Macro removed.
(A_TEXT_SEEK): Define to just sizeof (struct exec).
| author | Roland McGrath <roland@gnu.org> |
|---|---|
| date | Mon, 14 Nov 1994 23:28:44 +0000 |
| parents | 1680d8306eae |
| children | 0a58678f81c6 |
line wrap: on
line diff
--- a/src/s/gnu.h Mon Nov 14 22:16:52 1994 +0000 +++ b/src/s/gnu.h Mon Nov 14 23:28:44 1994 +0000 @@ -66,9 +66,7 @@ #define NO_REMAP /* For the i386-mach a.out format: */ -#define A_TEXT_OFFSET(x) (sizeof (struct exec)) -#define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) - +#define A_TEXT_SEEK(hdr) (sizeof (struct exec)) /* ptys are not done yet. */ #undef HAVE_PTYS
