Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2020-01-13 14:50:30 +01:00
4 changed files with 14 additions and 7 deletions

View File

@@ -73,6 +73,7 @@ typedef struct LexState {
BCInsLine *bcstack; /* Stack for bytecode instructions/line numbers. */
MSize sizebcstack; /* Size of bytecode stack. */
uint32_t level; /* Syntactical nesting level. */
int endmark; /* Trust bytecode end marker, even if not at EOF. */
} LexState;
LJ_FUNC int lj_lex_setup(lua_State *L, LexState *ls);