From b6107d5bb6aeef6ab03909750f59196555c51081 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 1 May 2018 00:41:29 +0430 Subject: fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a new commandline option, --keepalive. drops to cli if you were running in non-cli after script finishes running. --- bruiser/lua-5.3.4/src/luaconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bruiser/lua-5.3.4/src') diff --git a/bruiser/lua-5.3.4/src/luaconf.h b/bruiser/lua-5.3.4/src/luaconf.h index f37bea0..759ddeb 100644 --- a/bruiser/lua-5.3.4/src/luaconf.h +++ b/bruiser/lua-5.3.4/src/luaconf.h @@ -730,7 +730,7 @@ ** a Lua state with very fast access. ** CHANGE it if you need a different size. */ -#define LUA_EXTRASPACE (sizeof(void *)) +#define LUA_EXTRASPACE 2*(sizeof(void *)) /* -- cgit v1.2.3