luatex: add prefix to patch so it applies with default patch flags
This commit is contained in:
parent
08805e977d
commit
af73962f45
@ -4,8 +4,8 @@ https://www.tug.org/pipermail/tex-live/2017-June/040192.html
|
|||||||
texk/web2c/luatexdir/luaffi/ffi.h | 2 +-
|
texk/web2c/luatexdir/luaffi/ffi.h | 2 +-
|
||||||
2 files changed, 5 insertions(+), 1 deletion(-)
|
2 files changed, 5 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
--- texk/web2c/luatexdir/luaffi/ctype.c
|
--- a/texk/web2c/luatexdir/luaffi/ctype.c
|
||||||
+++ texk/web2c/luatexdir/luaffi/ctype.c 2017-05-31 13:08:25.421741873 +0000
|
+++ b/texk/web2c/luatexdir/luaffi/ctype.c 2017-05-31 13:08:25.421741873 +0000
|
||||||
@@ -245,6 +245,10 @@ void* to_cdata(lua_State* L, int idx, st
|
@@ -245,6 +245,10 @@ void* to_cdata(lua_State* L, int idx, st
|
||||||
|
|
||||||
lua_pop(L, 1); /* mt */
|
lua_pop(L, 1); /* mt */
|
||||||
@ -17,8 +17,8 @@ https://www.tug.org/pipermail/tex-live/2017-June/040192.html
|
|||||||
*ct = cd->type;
|
*ct = cd->type;
|
||||||
lua_getuservalue(L, idx);
|
lua_getuservalue(L, idx);
|
||||||
|
|
||||||
--- texk/web2c/luatexdir/luaffi/ffi.h
|
--- a/texk/web2c/luatexdir/luaffi/ffi.h
|
||||||
+++ texk/web2c/luatexdir/luaffi/ffi.h 2017-06-01 09:12:45.128442092 +0000
|
+++ b/texk/web2c/luatexdir/luaffi/ffi.h 2017-06-01 09:12:45.128442092 +0000
|
||||||
@@ -370,7 +370,7 @@ __declspec(align(16))
|
@@ -370,7 +370,7 @@ __declspec(align(16))
|
||||||
#endif
|
#endif
|
||||||
struct cdata {
|
struct cdata {
|
||||||
|
Loading…
Reference in New Issue
Block a user