We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973fd8a commit 1a8a41eCopy full SHA for 1a8a41e
3rd/lua55/lprefix.h
@@ -63,7 +63,7 @@
63
64
#define l_randomizePivot(L) (~0)
65
66
-#if defined(_MSC_VER) && !defined(__SANITIZE_ADDRESS__)
+#if defined(_MSC_VER) && defined(BEE_FAST_SETJMP) && !defined(__SANITIZE_ADDRESS__)
67
68
#include "../lua-patch/fast_setjmp.h"
69
make.lua
@@ -1,7 +1,5 @@
1
local lm = require "luamake"
2
3
---lm.lua = "55"
4
-
5
require "compile.common"
6
7
if lm.EXE == "lua" then
0 commit comments