diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-01-04 20:07:59 +0000 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-01-05 10:42:34 +0100 |
commit | 4e800716ac9718699e981e2fa6ec4b3dc2e91aa9 (patch) | |
tree | 9c25582565e44756308367cf7d81ce6e67291c20 /package/utils/lua/patches/020-shared_liblua.patch | |
parent | b61a648e4adff13e08caca1eaf44ea3e03ae4dc8 (diff) | |
download | upstream-4e800716ac9718699e981e2fa6ec4b3dc2e91aa9.tar.gz upstream-4e800716ac9718699e981e2fa6ec4b3dc2e91aa9.tar.bz2 upstream-4e800716ac9718699e981e2fa6ec4b3dc2e91aa9.zip |
lua: clean up patch fuzz
Refresh patches to tidy up fuzz. No functional changes
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/utils/lua/patches/020-shared_liblua.patch')
-rw-r--r-- | package/utils/lua/patches/020-shared_liblua.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/lua/patches/020-shared_liblua.patch b/package/utils/lua/patches/020-shared_liblua.patch index bcd410f690..64f683ddbe 100644 --- a/package/utils/lua/patches/020-shared_liblua.patch +++ b/package/utils/lua/patches/020-shared_liblua.patch @@ -21,7 +21,7 @@ ranlib: --- a/src/ldo.h +++ b/src/ldo.h -@@ -46,7 +46,7 @@ LUAI_FUNC int luaD_pcall (lua_State *L, +@@ -46,7 +46,7 @@ LUAI_FUNC int luaD_pcall (lua_State *L, LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult); LUAI_FUNC void luaD_reallocCI (lua_State *L, int newsize); LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize); |