4 lines
115 B
C
4 lines
115 B
C
#if defined(__linux__) || defined(_SGI_SOURCE) || defined(__hpux__) || defined(__sun__)
|
|
#include <alloca.h>
|
|
#endif
|