mirror of
https://github.com/janet-lang/janet
synced 2025-06-26 15:12:49 +00:00
BSD systems put alloca in the stdlib
This commit is contained in:
parent
89546776b2
commit
589981bdcb
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define alloca _alloca
|
#define alloca _alloca
|
||||||
#else
|
#elif defined(JANET_LINUX)
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user