From: Jeff Law Date: Sat, 14 Mar 1998 10:55:20 +0000 (-0700) Subject: Initial revision X-Git-Tag: prereleases/egcs-1.1-prerelease~2107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bea39202f43e1520d95269774f0078d71ba583d6;p=thirdparty%2Fgcc.git Initial revision From-SVN: r18557 --- diff --git a/gcc/config/xm-alloca.h b/gcc/config/xm-alloca.h new file mode 100644 index 000000000000..3dbdc37a1f0a --- /dev/null +++ b/gcc/config/xm-alloca.h @@ -0,0 +1,4 @@ +/* If not compiled with GNU C, use the portable alloca. */ +#ifndef __GNUC__ +#define USE_C_ALLOCA +#endif