Mercurial > emacs
changeset 4240:7a33be8c3192
(TEXT_START) [__GNUC__]: Define as 0.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 23 Jul 1993 07:48:11 +0000 |
parents | e8cf7a7d0102 |
children | 64cfb6d569e4 |
files | src/m/hp9000s300.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/hp9000s300.h Fri Jul 23 05:10:00 1993 +0000 +++ b/src/m/hp9000s300.h Fri Jul 23 07:48:11 1993 +0000 @@ -167,6 +167,11 @@ #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. */