aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/xm-alloca.h
blob: 3dbdc37a1f0ab5fa268c685bd6de61fa29fed426 (plain)
1
2
3
4
/* If not compiled with GNU C, use the portable alloca.  */
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif