diff options
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 *)) /* |