summaryrefslogtreecommitdiff
path: root/src/lundump.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2010-10-30 12:00:00 +0000
committerrepogen <>2010-10-30 12:00:00 +0000
commitd4bba06f4b8264eee00b25ee08e982d348486aaf (patch)
treebce103500df35b42cc4354d0cad7841509796e6b /src/lundump.h
parent90ac6291217c36341e777586e49968d4a914a32a (diff)
downloadlua-github-d4bba06f4b8264eee00b25ee08e982d348486aaf.tar.gz
Lua 5.2.0-work55.2.0-work5
Diffstat (limited to 'src/lundump.h')
-rw-r--r--src/lundump.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/lundump.h b/src/lundump.h
index 5b19104f..e55918cf 100644
--- a/src/lundump.h
+++ b/src/lundump.h
@@ -1,5 +1,5 @@
/*
-** $Id: lundump.h,v 1.37 2005/11/16 11:55:07 roberto Exp $
+** $Id: lundump.h,v 1.43 2010/10/26 00:23:46 lhf Exp $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
@@ -19,18 +19,7 @@ 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);
-#ifdef luac_c
-/* print one chunk; from print.c */
-LUAI_FUNC void luaU_print (const Proto* f, int full);
-#endif
-
-/* for header of binary files -- this is Lua 5.1 */
-#define LUAC_VERSION 0x51
-
-/* for header of binary files -- this is the official format */
-#define LUAC_FORMAT 0
-
/* size of header of binary files */
-#define LUAC_HEADERSIZE 12
+#define LUAC_HEADERSIZE 18
#endif