diff options
author | bloodstalker <thabogre@gmail.com> | 2018-04-30 20:11:29 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-04-30 20:11:29 +0000 |
commit | b6107d5bb6aeef6ab03909750f59196555c51081 (patch) | |
tree | 3240c1651c57d819c54a4441b1bb2c61fad6f842 /bruiser/lua-5.3.4/src/luaconf.h | |
parent | ramdump is here (diff) | |
download | mutator-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 '')
-rw-r--r-- | bruiser/lua-5.3.4/src/luaconf.h | 2 |
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 *)) /* |