changeset 7608:f8be483120ef

(A_TEXT_OFFSET, A_TEXT_SEEK): Commented out.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 May 1994 23:16:32 +0000
parents 0a3110658ada
children 79f2be712106
files src/s/freebsd.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/freebsd.h	Sat May 21 08:04:20 1994 +0000
+++ b/src/s/freebsd.h	Sat May 21 23:16:32 1994 +0000
@@ -29,8 +29,12 @@
 
 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
 
+#if 0 /* These appear to be unnecessary for 1.1, and they break
+	 emacs when compiled under FreeBSD-1.0.
+	 Shawn M. Carey <smcarey@mailbox.syr.edu>  */
 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
+#endif
 
 #define LIBS_DEBUG
 #define LIBS_SYSTEM -lutil