freebsd-dev/contrib/gcc/config/xm-alloca.h
1999-08-26 09:30:50 +00:00

5 lines
105 B
C

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