]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_STRING_H): Add #undef.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 May 1998 06:40:41 +0000 (06:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 May 1998 06:40:41 +0000 (06:40 +0000)
(NO_ABORT): Defined.

src/s/nextstep.h

index 893d62ba7a786dc4d94179cfe02eb95148dd662e..c361d28f941a49f2507c4d85eda71f2eb9e26dc4 100644 (file)
@@ -109,3 +109,9 @@ Boston, MA 02111-1307, USA.  */
 #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