lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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