summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/luaconf.h')
-rw-r--r--apps/plugins/lua/luaconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/lua/luaconf.h b/apps/plugins/lua/luaconf.h
index 582968d423..62a3ea0f6b 100644
--- a/apps/plugins/lua/luaconf.h
+++ b/apps/plugins/lua/luaconf.h
@@ -810,7 +810,13 @@ extern long rb_pow(long, long);
810/*Rocklua functions*/ 810/*Rocklua functions*/
811#include "rockconf.h" 811#include "rockconf.h"
812 812
813/* heap */
814#undef LUAI_GCPAUSE /*200*/
815#define LUAI_GCPAUSE 125
816#define MINSTRTABSIZE 512 /*32*/
817
813/*else*/ 818/*else*/
819#define LUA_USER_H "lua_user.h"
814#define LUA_DISABLE_BYTECODE 820#define LUA_DISABLE_BYTECODE
815 821
816#endif 822#endif