]> code.delx.au - gnu-emacs/commitdiff
[not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Sep 1994 20:08:33 +0000 (20:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Sep 1994 20:08:33 +0000 (20:08 +0000)
src/m/hp9000s300.h

index c541643ded87b3d45c981a1f6236ee5a6bc58c8d..6979e1a51da640439755e4935e40b940d509ebbc 100644 (file)
@@ -161,6 +161,10 @@ NOTE-END */
 
 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
 
+#ifdef __GNUC__
+#define HAVE_ALLOCA
+#endif
+
 /* This library is needed with -g, on the 200/300 only.  */
 
 #if !defined(__GNUC__) || defined(__HPUX_ASM__)