aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-5.3.4/src
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-04-30 20:11:29 +0000
committerbloodstalker <thabogre@gmail.com>2018-04-30 20:11:29 +0000
commitb6107d5bb6aeef6ab03909750f59196555c51081 (patch)
tree3240c1651c57d819c54a4441b1bb2c61fad6f842 /bruiser/lua-5.3.4/src
parentramdump is here (diff)
downloadmutator-b6107d5bb6aeef6ab03909750f59196555c51081.tar.gz
mutator-b6107d5bb6aeef6ab03909750f59196555c51081.zip
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.
Diffstat (limited to 'bruiser/lua-5.3.4/src')
-rw-r--r--bruiser/lua-5.3.4/src/luaconf.h2
1 files changed, 1 insertions, 1 deletions
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 *))
/*