use offical patch for lua

This commit is contained in:
Cloud Wu
2015-02-14 11:47:18 +08:00
parent 76ab48df3b
commit 8645061a66
2 changed files with 30 additions and 15 deletions

View File

@@ -160,7 +160,6 @@ struct lua_State {
struct lua_State *twups; /* list of threads with open upvalues */
struct lua_longjmp *errorJmp; /* current error recover point */
CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
CallInfo temp_ci; /* CallInfo for yield from hook (debug api use) */
lua_Hook hook;
ptrdiff_t errfunc; /* current error handling function (stack index) */
int stacksize;