This commit is contained in:
Calvin Rose 2022-06-18 12:15:06 -05:00
parent f0d7b3cd12
commit 89546776b2
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#ifdef _MSC_VER
#define alloca _alloca
#else
#include <alloca.h>
#endif
#define JANET_FFI_MAX_RECUR 64