aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-03-12 23:43:25 +0000
committerRichard Stallman <rms@gnu.org>1993-03-12 23:43:25 +0000
commit446ac30fc75b3927785c189cb60f11af1a021f6f (patch)
treeec795b3fe227cfae3a3afe9142440ba58dc0fc20
parentcd84780b24767b7e7eb5e03410829e6f72bbac30 (diff)
(USE_C_ALLOCA): Define if not __GNUC__.
From-SVN: r3724
-rw-r--r--gcc/config/m68k/xm-mot3300.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/m68k/xm-mot3300.h b/gcc/config/m68k/xm-mot3300.h
index 5efeacb94c8..62b5c682d2c 100644
--- a/gcc/config/m68k/xm-mot3300.h
+++ b/gcc/config/m68k/xm-mot3300.h
@@ -10,3 +10,7 @@
#define index strchr
#define NO_SYS_SIGLIST
+
+#ifndef __GNUC__
+#define USE_C_ALLOCA
+#endif