diff options
Diffstat (limited to 'llex.h')
-rw-r--r-- | llex.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.h,v 1.15 1999/11/22 13:12:07 roberto Exp roberto $ | 2 | ** $Id: llex.h,v 1.16 1999/12/27 17:33:22 roberto Exp roberto $ |
3 | ** Lexical Analyzer | 3 | ** Lexical Analyzer |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -63,7 +63,7 @@ void luaX_init (lua_State *L); | |||
63 | void luaX_setinput (lua_State *L, LexState *LS, ZIO *z); | 63 | void luaX_setinput (lua_State *L, LexState *LS, ZIO *z); |
64 | int luaX_lex (LexState *LS); | 64 | int luaX_lex (LexState *LS); |
65 | void luaX_syntaxerror (LexState *ls, const char *s, const char *token); | 65 | void luaX_syntaxerror (LexState *ls, const char *s, const char *token); |
66 | void luaX_error (LexState *ls, const char *s); | 66 | void luaX_error (LexState *ls, const char *s, int token); |
67 | void luaX_token2str (int token, char *s); | 67 | void luaX_token2str (int token, char *s); |
68 | 68 | ||
69 | 69 | ||