On Thu, Dec 2, 2010 at 1:44 AM, zhiguo zhao <
zhaozg@gmail.com> wrote:
> I Look at
http://lua-users.org/lists/lua-l/2010-03/msg00064.html,
> maybe now lj2 not support lua_dump.
> finally. I look lj_api.c, found this.
> ----------------------------------------------------------------------------
> LUA_API int lua_dump(lua_State *L, lua_Writer writer, void *data)
> {
> api_checknelems(L, 1);
> UNUSED(L); UNUSED(writer); UNUSED(data);
> return 1; /* Error, not supported. */
> }
> ---------------------------------------------------------------------------
> So, before lj2 support lua_dump, I will use lua 5.2