aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-23 07:48:11 +0000
committerRichard M. Stallman1993-07-23 07:48:11 +0000
commit0aaa80cc1774530e23905ac1a85c5303ff37de08 (patch)
tree9fd97ca6eecc3702ed8d6aa1b7cd55eefe24b8c0 /src/m
parent1ec9e15b441d1841a84bb0bb1001c029af771821 (diff)
downloademacs-0aaa80cc1774530e23905ac1a85c5303ff37de08.tar.gz
emacs-0aaa80cc1774530e23905ac1a85c5303ff37de08.zip
(TEXT_START) [__GNUC__]: Define as 0.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/hp9000s300.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h
index 194bcf44367..c541643ded8 100644
--- a/src/m/hp9000s300.h
+++ b/src/m/hp9000s300.h
@@ -167,6 +167,11 @@ NOTE-END */
167#define LIBS_DEBUG /usr/lib/end.o 167#define LIBS_DEBUG /usr/lib/end.o
168#endif 168#endif
169 169
170/* Need a TEXT_START. On the HP9000/s300 that is 0. */
171#ifdef __GNUC__
172#define TEXT_START 0
173#endif
174
170/* The symbol FIONREAD is defined, but the feature does not work 175/* The symbol FIONREAD is defined, but the feature does not work
171 on the 200/300. */ 176 on the 200/300. */
172 177