mirror of
https://github.com/janet-lang/janet
synced 2025-01-13 00:50:26 +00:00
alloca
This commit is contained in:
parent
f0d7b3cd12
commit
89546776b2
@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define alloca _alloca
|
#define alloca _alloca
|
||||||
|
#else
|
||||||
|
#include <alloca.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define JANET_FFI_MAX_RECUR 64
|
#define JANET_FFI_MAX_RECUR 64
|
||||||
|
Loading…
Reference in New Issue
Block a user