diff options
author | David Seifert <soap@gentoo.org> | 2022-09-06 17:37:52 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-06 17:37:52 +0200 |
commit | 819c21bf72b621771bd4ebd9ee53dc81604748d4 (patch) | |
tree | 1240b3f7c64e25d2a275178dc2e4ebe3dd029371 /src/lundump.h | |
parent | Add .gitignore (diff) | |
download | lua-patches-819c21bf72b621771bd4ebd9ee53dc81604748d4.tar.gz lua-patches-819c21bf72b621771bd4ebd9ee53dc81604748d4.tar.bz2 lua-patches-819c21bf72b621771bd4ebd9ee53dc81604748d4.zip |
Add Autotools5.1.5
* inspired by Fedora's patches, but mostly rewritten
for Gentoo's multi-versioned approach.
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'src/lundump.h')
-rw-r--r-- | src/lundump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lundump.h b/src/lundump.h index c80189d..cb8376c 100644 --- a/src/lundump.h +++ b/src/lundump.h @@ -17,7 +17,7 @@ LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* n LUAI_FUNC void luaU_header (char* h); /* dump one chunk; from ldump.c */ -LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip); +int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip); #ifdef luac_c /* print one chunk; from print.c */ |