gcc/gcc/config/xm-alloca.h
Jeff Law bea39202f4 Initial revision
From-SVN: r18557
1998-03-14 03:55:20 -07:00

5 lines
105 B
C

/* If not compiled with GNU C, use the portable alloca. */
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif