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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lua/luaconf.h b/apps/plugins/lua/luaconf.h
index 4b6f25d008..582968d423 100644
--- a/apps/plugins/lua/luaconf.h
+++ b/apps/plugins/lua/luaconf.h
@@ -797,7 +797,7 @@ extern long rb_pow(long, long);
797#undef LUA_COMPAT_GFIND 797#undef LUA_COMPAT_GFIND
798#undef LUA_COMPAT_OPENLIB 798#undef LUA_COMPAT_OPENLIB
799 799
800/* Resize heap allocated buffers */ 800/* Resize [STACK] allocated buffers */
801#undef LUAI_MAXVARS /*200*/ 801#undef LUAI_MAXVARS /*200*/
802#define LUAI_MAXVARS 100 802#define LUAI_MAXVARS 100
803 803
@@ -811,6 +811,6 @@ extern long rb_pow(long, long);
811#include "rockconf.h" 811#include "rockconf.h"
812 812
813/*else*/ 813/*else*/
814#define LUAC_TRUST_BINARIES 814#define LUA_DISABLE_BYTECODE
815 815
816#endif 816#endif