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 33fa8657..38d28533 100644 --- a/src/lj_lex.h +++ b/src/lj_lex.h | |||
@@ -73,6 +73,7 @@ typedef struct LexState { | |||
73 | BCInsLine *bcstack; /* Stack for bytecode instructions/line numbers. */ | 73 | BCInsLine *bcstack; /* Stack for bytecode instructions/line numbers. */ |
74 | MSize sizebcstack; /* Size of bytecode stack. */ | 74 | MSize sizebcstack; /* Size of bytecode stack. */ |
75 | uint32_t level; /* Syntactical nesting level. */ | 75 | uint32_t level; /* Syntactical nesting level. */ |
76 | int endmark; /* Trust bytecode end marker, even if not at EOF. */ | ||
76 | } LexState; | 77 | } LexState; |
77 | 78 | ||
78 | LJ_FUNC int lj_lex_setup(lua_State *L, LexState *ls); | 79 | LJ_FUNC int lj_lex_setup(lua_State *L, LexState *ls); |