Files
mars-libowfat/havealloca.h
2004-01-06 23:35:06 +00:00

4 lines
74 B
C

#if defined(__linux__) || defined(_SGI_SOURCE)
#include <alloca.h>
#endif