From 433cb1d13a767023e03111fc09c46903f40366ff Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 15 Aug 2003 10:48:53 -0300 Subject: no more checks for non-default compilation options + luaU_dump has new option to strip debug info --- lundump.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lundump.h') diff --git a/lundump.h b/lundump.h index d42cab0b..b9ae7126 100644 --- a/lundump.h +++ b/lundump.h @@ -1,5 +1,5 @@ /* -** $Id: lundump.h,v 1.31 2003/04/10 17:39:41 roberto Exp roberto $ +** $Id: lundump.h,v 1.30 2003/04/07 20:34:20 lhf Exp lhf $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ @@ -17,7 +17,7 @@ Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff); int luaU_endianness (void); /* dump one chunk; from ldump.c */ -void luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, void* data); +int luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w, void* data, int strip); /* print one chunk; from print.c */ void luaU_print (const Proto* Main); -- cgit v1.2.3-55-g6feb