From: Richard M. Stallman Date: Sat, 2 May 1998 06:40:41 +0000 (+0000) Subject: (HAVE_STRING_H): Add #undef. X-Git-Tag: emacs-20.3~1173 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d85e7184b9ee922e29c8c3c4972a4e17d4386275;p=emacs.git (HAVE_STRING_H): Add #undef. (NO_ABORT): Defined. --- diff --git a/src/s/nextstep.h b/src/s/nextstep.h index 893d62ba7a7..c361d28f941 100644 --- a/src/s/nextstep.h +++ b/src/s/nextstep.h @@ -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