diff options
author | Roland McGrath <roland@gnu.org> | 1994-11-14 23:28:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-11-14 23:28:44 +0000 |
commit | e0271583d2a733712b466970f6592631bc557636 (patch) | |
tree | 57d533614a2c6465e5ef85bb89e6b926255c8b5c /src/s/gnu.h | |
parent | fc1e7df5d049b241ef12a83eafcabe3084dac4c1 (diff) | |
download | emacs-e0271583d2a733712b466970f6592631bc557636.tar.gz |
(A_TEXT_OFFSET): Macro removed.
(A_TEXT_SEEK): Define to just sizeof (struct exec).
Diffstat (limited to 'src/s/gnu.h')
-rw-r--r-- | src/s/gnu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h index b8b3e147de5..6b283137512 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -66,9 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 |