fix gcc compilation issue

pull/81/head
dibyendumajumdar 9 years ago
parent d5ac5fd22d
commit f74235437a

@ -342,7 +342,8 @@ int luaD_precall (lua_State *L, StkId func, int nresults, int op_call) {
return 1;
}
case LUA_TLCL: { /* Lua function: prepare its call */
/* CallInfo *prevci = L->ci; */ /* RAVI - for validation */
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