summaryrefslogtreecommitdiffstats
path: root/lua/lundump.h
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@mailme.dk>2012-07-15 01:06:01 +0200
committerEmil Renner Berthing <esmil@mailme.dk>2012-07-23 17:36:24 +0200
commit78e6e89431e4ef9419a716f246f1f3cfaf7d9dfe (patch)
treed9e476dfee06bf8ba6dcf4499fb78ce1350728fe /lua/lundump.h
parent3a1c6f4e205c8c6d28abc641e568f2fa6362c654 (diff)
downloadlem-78e6e89431e4ef9419a716f246f1f3cfaf7d9dfe.tar.gz
lem-78e6e89431e4ef9419a716f246f1f3cfaf7d9dfe.tar.xz
lem-78e6e89431e4ef9419a716f246f1f3cfaf7d9dfe.zip
Lua 5.2.1
Diffstat (limited to 'lua/lundump.h')
-rw-r--r--lua/lundump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lundump.h b/lua/lundump.h
index b63993f..2b8acce 100644
--- a/lua/lundump.h
+++ b/lua/lundump.h
@@ -1,5 +1,5 @@
/*
-** $Id: lundump.h,v 1.44 2011/05/06 13:35:17 lhf Exp $
+** $Id: lundump.h,v 1.39 2012/05/08 13:53:33 roberto Exp $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
@@ -11,7 +11,7 @@
#include "lzio.h"
/* load one chunk; from lundump.c */
-LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
+LUAI_FUNC Closure* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name);
/* make header; from lundump.c */
LUAI_FUNC void luaU_header (lu_byte* h);