diff src/s/nextstep.h @ 21904:f1e5ca32f35d

(HAVE_STRING_H): Add #undef. (NO_ABORT): Defined.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 May 1998 06:40:41 +0000
parents b273c3f7118a
children aaa1846b05bb
line wrap: on
line diff
--- a/src/s/nextstep.h	Sat May 02 06:39:39 1998 +0000
+++ b/src/s/nextstep.h	Sat May 02 06:40:41 1998 +0000
@@ -109,3 +109,9 @@
 #define TEXT_END get_etext ()
 /* This seems to be right for end_of_data, but it may not be used anyway.  */
 #define DATA_END get_edata ()
+
+/* Don't include string.h--it causes trouble.  */
+#undef HAVE_STRING_H
+
+/* Tell emacs.c not to define abort.  */
+#define NO_ABORT