mirror of
https://abf.rosa.ru/djam/lua.git
synced 2025-02-23 13:52:55 +00:00
14 lines
437 B
Diff
14 lines
437 B
Diff
diff -urN lua-5.3.3/src/luaconf.h lua-5.3.3-patched/src/luaconf.h
|
|
--- lua-5.3.3/src/luaconf.h 2016-05-02 06:06:09.000000000 +1000
|
|
+++ lua-5.3.3-patched/src/luaconf.h 2016-09-29 11:39:35.367745401 +1000
|
|
@@ -249,6 +249,10 @@
|
|
#define LUAMOD_API LUALIB_API
|
|
|
|
|
|
+#define LUA_COMPAT_ALL
|
|
+#define LUA_COMPAT_5_1
|
|
+#define LUA_COMPAT_5_2
|
|
+
|
|
/*
|
|
@@ LUAI_FUNC is a mark for all extern functions that are not to be
|
|
** exported to outside modules.
|