freebsd-dev/contrib/gcc/config/xm-alloca.h

5 lines
105 B
C
Raw Normal View History

1999-08-26 09:30:50 +00:00
/* If not compiled with GNU C, use the portable alloca. */
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif