mirror of
https://github.com/janet-lang/janet
synced 2025-09-01 18:38:04 +00:00
alloca
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define alloca _alloca
|
||||
#else
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#define JANET_FFI_MAX_RECUR 64
|
||||
|
Reference in New Issue
Block a user