LUA_OPEQ
case LUA_OPEQ: i = equalobj(L, o1, o2); break;
#define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)