From 0175f8d5d18d18e2d8a94db9c5be5c40598aebda Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 27 Jan 2003 13:52:57 -0200 Subject: dump/undump of upvalue names --- lundump.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lundump.h') diff --git a/lundump.h b/lundump.h index 44eb202b..474075a0 100644 --- a/lundump.h +++ b/lundump.h @@ -1,5 +1,5 @@ /* -** $Id: lundump.h,v 1.28 2002/10/09 13:42:01 roberto Exp roberto $ +** $Id: lundump.h,v 1.28 2002/12/13 11:12:35 lhf Exp $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ @@ -11,13 +11,13 @@ #include "lzio.h" /* load one chunk; from lundump.c */ -Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer *buff); +Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff); /* find byte order; from lundump.c */ int luaU_endianness (void); -/* dump one chunk; from dump.c */ -void luaU_dump (lua_State *L, const Proto* Main, lua_Chunkwriter w, void* data); +/* dump one chunk; from ldump.c */ +void luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, void* data); /* print one chunk; from print.c */ void luaU_print (const Proto* Main); -- cgit v1.2.3-55-g6feb