linux compile error

pull/81/head
dibyendumajumdar 9 years ago
parent b9872941b3
commit 461166fd92

@ -343,7 +343,6 @@ int luaD_precall (lua_State *L, StkId func, int nresults, int op_call) {
}
case LUA_TLCL: { /* Lua function: prepare its call */
CallInfo *prevci = L->ci; /* RAVI - for validation */
UNUSED(prevci);
StkId base;
Proto *p = clLvalue(func)->p;
n = cast_int(L->top - func) - 1; /* number of real arguments */

Loading…
Cancel
Save