[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua 5.2 dump
- From: David Burgess <dabsoft@...>
- Date: Mon, 08 Feb 2010 12:55:19 +1100
I know that it has been discussed before, but is there any chance of
changing the prototype of lua_dump in 5.2 to included a "strip" flag
(i.e. no symbols)
-LUA_API int (lua_dump) (lua_State *L, lua_Writer writer, void *data);
+LUA_API int (lua_dump) (lua_State *L, lua_Writer writer, void *data,
int bStrip);
DB