summaryrefslogtreecommitdiff
path: root/src/lj_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_lex.h')
-rw-r--r--src/lj_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_lex.h b/src/lj_lex.h
index 78a7e1a9..1ddf4b59 100644
--- a/src/lj_lex.h
+++ b/src/lj_lex.h
@@ -71,7 +71,7 @@ typedef struct LexState {
71 uint32_t level; /* Syntactical nesting level. */ 71 uint32_t level; /* Syntactical nesting level. */
72} LexState; 72} LexState;
73 73
74LJ_FUNC void lj_lex_setup(lua_State *L, LexState *ls); 74LJ_FUNC int lj_lex_setup(lua_State *L, LexState *ls);
75LJ_FUNC void lj_lex_cleanup(lua_State *L, LexState *ls); 75LJ_FUNC void lj_lex_cleanup(lua_State *L, LexState *ls);
76LJ_FUNC void lj_lex_next(LexState *ls); 76LJ_FUNC void lj_lex_next(LexState *ls);
77LJ_FUNC LexToken lj_lex_lookahead(LexState *ls); 77LJ_FUNC LexToken lj_lex_lookahead(LexState *ls);