Mercurial > emacs
comparison src/s/nextstep.h @ 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 | b273c3f7118a |
children | aaa1846b05bb |
comparison
equal
deleted
inserted
replaced
21903:412605dc9445 | 21904:f1e5ca32f35d |
---|---|
107 #define TEXT_START 0 | 107 #define TEXT_START 0 |
108 /* This seems to be right for end_of_text, but it may not be used anyway. */ | 108 /* This seems to be right for end_of_text, but it may not be used anyway. */ |
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 |