aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-16 20:08:33 +0000
committerRichard M. Stallman1994-09-16 20:08:33 +0000
commit11ec70418c00f9455dfa199441e85388f66e0d10 (patch)
tree18fb406378438a37ca8247b1ede5aaef17802fbf /src
parentf489d5262b63118731480ac0c1fd0245f66fdf72 (diff)
downloademacs-11ec70418c00f9455dfa199441e85388f66e0d10.tar.gz
emacs-11ec70418c00f9455dfa199441e85388f66e0d10.zip
[not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/m/hp9000s300.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h
index c541643ded8..6979e1a51da 100644
--- a/src/m/hp9000s300.h
+++ b/src/m/hp9000s300.h
@@ -161,6 +161,10 @@ NOTE-END */
161 161
162#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) 162#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
163 163
164#ifdef __GNUC__
165#define HAVE_ALLOCA
166#endif
167
164/* This library is needed with -g, on the 200/300 only. */ 168/* This library is needed with -g, on the 200/300 only. */
165 169
166#if !defined(__GNUC__) || defined(__HPUX_ASM__) 170#if !defined(__GNUC__) || defined(__HPUX_ASM__)