diff options
| author | Richard M. Stallman | 1998-05-02 06:40:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-02 06:40:41 +0000 |
| commit | d85e7184b9ee922e29c8c3c4972a4e17d4386275 (patch) | |
| tree | 218694548b2ff28b92e04fb1f65c6335f7cac0f0 /src | |
| parent | dbcb258a896ce3b35a917d288e053e837f6c8270 (diff) | |
| download | emacs-d85e7184b9ee922e29c8c3c4972a4e17d4386275.tar.gz emacs-d85e7184b9ee922e29c8c3c4972a4e17d4386275.zip | |
(HAVE_STRING_H): Add #undef.
(NO_ABORT): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/nextstep.h | 6 |
1 files changed, 6 insertions, 0 deletions
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. */ | |||
| 109 | #define TEXT_END get_etext () | 109 | #define TEXT_END get_etext () |
| 110 | /* This seems to be right for end_of_data, but it may not be used anyway. */ | 110 | /* This seems to be right for end_of_data, but it may not be used anyway. */ |
| 111 | #define DATA_END get_edata () | 111 | #define DATA_END get_edata () |
| 112 | |||
| 113 | /* Don't include string.h--it causes trouble. */ | ||
| 114 | #undef HAVE_STRING_H | ||
| 115 | |||
| 116 | /* Tell emacs.c not to define abort. */ | ||
| 117 | #define NO_ABORT | ||