From: Richard Stallman Date: Sat, 27 Feb 1993 19:13:32 +0000 (+0000) Subject: (USE_C_ALLOCA): Moved to xm-pbd.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac4b1974463f134a9940e43163e652f63074982e;p=gcc.git (USE_C_ALLOCA): Moved to xm-pbd.h. From-SVN: r3558 --- diff --git a/gcc/config/sparc/pbd.h b/gcc/config/sparc/pbd.h index 8a81b4bec27..73c56dba335 100644 --- a/gcc/config/sparc/pbd.h +++ b/gcc/config/sparc/pbd.h @@ -104,11 +104,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ } */ -#ifndef __GNUC__ -#define USE_C_ALLOCA -#endif - - #undef ASM_OUTPUT_LABELREF #define ASM_OUTPUT_LABELREF(FILE,NAME) \ fprintf (FILE, "%s", NAME)