# HG changeset patch # User Richard M. Stallman # Date 894091241 0 # Node ID f1e5ca32f35d2982d14dff89524553189401f482 # Parent 412605dc944505ecd889efd30d7a76b0eff41f6b (HAVE_STRING_H): Add #undef. (NO_ABORT): Defined. diff -r 412605dc9445 -r f1e5ca32f35d src/s/nextstep.h --- 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