From: Richard Stallman Date: Fri, 12 Mar 1993 23:43:25 +0000 (+0000) Subject: (USE_C_ALLOCA): Define if not __GNUC__. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=446ac30fc75b3927785c189cb60f11af1a021f6f;p=gcc.git (USE_C_ALLOCA): Define if not __GNUC__. From-SVN: r3724 --- 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