summaryrefslogtreecommitdiff
path: root/Build/source/libs/lua53/TLpatches/patch-03-export
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/lua53/TLpatches/patch-03-export')
-rw-r--r--Build/source/libs/lua53/TLpatches/patch-03-export36
1 files changed, 0 insertions, 36 deletions
diff --git a/Build/source/libs/lua53/TLpatches/patch-03-export b/Build/source/libs/lua53/TLpatches/patch-03-export
deleted file mode 100644
index 1da523bc755..00000000000
--- a/Build/source/libs/lua53/TLpatches/patch-03-export
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -u lopcodes.h.orig lopcodes.h
---- lopcodes.h.orig 2020-10-04 12:06:08.639690280 +0200
-+++ lopcodes.h 2020-10-04 12:10:02.143921798 +0200
-@@ -278,7 +278,7 @@
- OpArgK /* argument is a constant or register/constant */
- };
-
--LUAI_DDEC const lu_byte luaP_opmodes[NUM_OPCODES];
-+LUA_API const lu_byte luaP_opmodes[NUM_OPCODES];
-
- #define getOpMode(m) (cast(enum OpMode, luaP_opmodes[m] & 3))
- #define getBMode(m) (cast(enum OpArgMask, (luaP_opmodes[m] >> 4) & 3))
-@@ -287,7 +287,7 @@
- #define testTMode(m) (luaP_opmodes[m] & (1 << 7))
-
-
--LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */
-+LUA_API const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */
-
-
- /* number of list items to accumulate before a SETLIST instruction */
-
-
-diff -u lundump.h.orig lundump.h
---- lundump.h.orig 2020-10-04 12:06:14.335597724 +0200
-+++ lundump.h 2020-10-04 12:07:11.218675336 +0200
-@@ -26,7 +26,7 @@
- LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
-
- /* dump one chunk; from ldump.c */
--LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w,
-+LUAI_API int luaU_dump (lua_State* L, const Proto* f, lua_Writer w,
- void* data, int strip);
-
- #endif
-