]> git.eshelyaron.com Git - emacs.git/commitdiff
(TEXT_START) [__GNUC__]: Define as 0.
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 Jul 1993 07:48:11 +0000 (07:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 Jul 1993 07:48:11 +0000 (07:48 +0000)
src/m/hp9000s300.h

index 194bcf44367ee690266aecb71e4b5f22267f5dc6..c541643ded87b3d45c981a1f6236ee5a6bc58c8d 100644 (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.  */