LUA: enabled LUA 5.1 compatibility mode

This commit is contained in:
Sergii Pylypenko
2018-08-10 22:25:43 +03:00
parent 40b87eb9ac
commit 0299387ea8
5 changed files with 3 additions and 1534 deletions

View File

@@ -269,6 +269,9 @@
** ===================================================================
*/
#define LUA_COMPAT_5_2 1
#define LUA_COMPAT_5_1 1
/*
@@ LUA_COMPAT_5_2 controls other macros for compatibility with Lua 5.2.
@@ LUA_COMPAT_5_1 controls other macros for compatibility with Lua 5.1.