From 446ac30fc75b3927785c189cb60f11af1a021f6f Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 12 Mar 1993 23:43:25 +0000 Subject: [PATCH] (USE_C_ALLOCA): Define if not __GNUC__. From-SVN: r3724 --- gcc/config/m68k/xm-mot3300.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/m68k/xm-mot3300.h b/gcc/config/m68k/xm-mot3300.h index 5efeacb..62b5c68 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 -- 2.7.4