OSDN Git Service

* config.gcc: Expunge references to alpha/t-pe, pa/t-openbsd,
[pf3gnuchains/gcc-fork.git] / gcc / config / xm-alloca.h
1 /* If not compiled with GNU C, use the portable alloca.  */
2 #ifndef __GNUC__
3 #define USE_C_ALLOCA
4 #endif