eris: add 'getnextid' and 'setnextid'
This commit is contained in:
@@ -173,6 +173,7 @@ struct lua_State {
|
||||
struct lua_longjmp *errorJmp; /* current error recover point */
|
||||
ptrdiff_t errfunc; /* current error handling function (stack index) */
|
||||
CallInfo base_ci; /* CallInfo for first level (C calling Lua) */
|
||||
lua_Integer nextid; /* ID allocator for luprex */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user