]> git.eshelyaron.com Git - emacs.git/commitdiff
(A_TEXT_OFFSET): Macro removed.
authorRoland McGrath <roland@gnu.org>
Mon, 14 Nov 1994 23:28:44 +0000 (23:28 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 14 Nov 1994 23:28:44 +0000 (23:28 +0000)
(A_TEXT_SEEK): Define to just sizeof (struct exec).

src/s/gnu.h

index b8b3e147de59a4e2505f548a064e885c9c999e84..6b283137512784966262f2fe4aacba50729c1888 100644 (file)
@@ -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