... lua_rawget(L,-2); if (lua_isnil(L,-1)) { struct gc_object *gco; lua_pop(L,1); gco=(struct gc_object *)lua_newuserdata(L,sizeof(*gco)); ...
確定! 回上一頁