diff options
Diffstat (limited to 'src/lj_lex.h')
-rw-r--r-- | src/lj_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_lex.h b/src/lj_lex.h index 41c03f93..f2346593 100644 --- a/src/lj_lex.h +++ b/src/lj_lex.h | |||
@@ -72,6 +72,7 @@ typedef struct LexState { | |||
72 | BCInsLine *bcstack; /* Stack for bytecode instructions/line numbers. */ | 72 | BCInsLine *bcstack; /* Stack for bytecode instructions/line numbers. */ |
73 | MSize sizebcstack; /* Size of bytecode stack. */ | 73 | MSize sizebcstack; /* Size of bytecode stack. */ |
74 | uint32_t level; /* Syntactical nesting level. */ | 74 | uint32_t level; /* Syntactical nesting level. */ |
75 | int endmark; /* Trust bytecode end marker, even if not at EOF. */ | ||
75 | } LexState; | 76 | } LexState; |
76 | 77 | ||
77 | LJ_FUNC int lj_lex_setup(lua_State *L, LexState *ls); | 78 | LJ_FUNC int lj_lex_setup(lua_State *L, LexState *ls); |