aboutsummaryrefslogtreecommitdiff
path: root/llex.h
diff options
context:
space:
mode:
Diffstat (limited to 'llex.h')
-rw-r--r--llex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llex.h b/llex.h
index ffa53aa5..918b4125 100644
--- a/llex.h
+++ b/llex.h
@@ -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);
63void luaX_setinput (lua_State *L, LexState *LS, ZIO *z); 63void luaX_setinput (lua_State *L, LexState *LS, ZIO *z);
64int luaX_lex (LexState *LS); 64int luaX_lex (LexState *LS);
65void luaX_syntaxerror (LexState *ls, const char *s, const char *token); 65void luaX_syntaxerror (LexState *ls, const char *s, const char *token);
66void luaX_error (LexState *ls, const char *s); 66void luaX_error (LexState *ls, const char *s, int token);
67void luaX_token2str (int token, char *s); 67void luaX_token2str (int token, char *s);
68 68
69 69