1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 19:31:29 -07:00

(TEXT_START) [__GNUC__]: Define as 0.

This commit is contained in:
Richard M. Stallman 1993-07-23 07:48:11 +00:00
parent 1ec9e15b44
commit 0aaa80cc17

View file

@ -167,6 +167,11 @@ NOTE-END */
#define LIBS_DEBUG /usr/lib/end.o
#endif
/* Need a TEXT_START. On the HP9000/s300 that is 0. */
#ifdef __GNUC__
#define TEXT_START 0
#endif
/* The symbol FIONREAD is defined, but the feature does not work
on the 200/300. */