changeset 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 412605dc9445
children b1e64615e700
files src/s/nextstep.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
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