NetBSD/gnu/dist/gcc/config/xm-alloca.h

5 lines
105 B
C

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