5 lines
119 B
C
5 lines
119 B
C
/* If not compiled with GNU C, include the system's <alloca.h> header. */
|
|
#ifndef __GNUC__
|
|
#include <alloca.h>
|
|
#endif
|