bea39202f4
From-SVN: r18557
5 lines
105 B
C
5 lines
105 B
C
/* If not compiled with GNU C, use the portable alloca. */
|
|
#ifndef __GNUC__
|
|
#define USE_C_ALLOCA
|
|
#endif
|