aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-09-06 17:37:52 +0200
committerDavid Seifert <soap@gentoo.org>2022-09-06 17:37:52 +0200
commit819c21bf72b621771bd4ebd9ee53dc81604748d4 (patch)
tree1240b3f7c64e25d2a275178dc2e4ebe3dd029371 /src/lundump.h
parentAdd .gitignore (diff)
downloadlua-patches-5.1.5.tar.gz
lua-patches-5.1.5.tar.bz2
lua-patches-5.1.5.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.h2
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 */