From: Roland McGrath Date: Mon, 14 Nov 1994 23:28:44 +0000 (+0000) Subject: (A_TEXT_OFFSET): Macro removed. X-Git-Tag: emacs-19.34~5941 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0271583d2a733712b466970f6592631bc557636;p=emacs.git (A_TEXT_OFFSET): Macro removed. (A_TEXT_SEEK): Define to just sizeof (struct exec). --- 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