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.8 1998/05/27 13:03:40 roberto Exp roberto $ | 2 | ** $Id: llex.h,v 1.9 1998/06/19 16:14:09 roberto Exp roberto $ |
3 | ** Lexical Analizer | 3 | ** Lexical Analizer |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -56,7 +56,7 @@ void luaX_setinput (LexState *LS, ZIO *z); | |||
56 | int luaX_lex (LexState *LS); | 56 | int luaX_lex (LexState *LS); |
57 | void luaX_syntaxerror (LexState *ls, char *s, char *token); | 57 | void luaX_syntaxerror (LexState *ls, char *s, char *token); |
58 | void luaX_error (LexState *ls, char *s); | 58 | void luaX_error (LexState *ls, char *s); |
59 | void luaX_token2str (LexState *ls, int token, char *s); | 59 | void luaX_token2str (int token, char *s); |
60 | 60 | ||
61 | 61 | ||
62 | #endif | 62 | #endif |