From d83c2a84550221c30a48647fde9c433c65af1802 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 25 Jan 2000 16:44:21 -0200 Subject: performance details. --- llex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llex.h') diff --git a/llex.h b/llex.h index ffa53aa5..918b4125 100644 --- a/llex.h +++ b/llex.h @@ -1,5 +1,5 @@ /* -** $Id: llex.h,v 1.15 1999/11/22 13:12:07 roberto Exp roberto $ +** $Id: llex.h,v 1.16 1999/12/27 17:33:22 roberto Exp roberto $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ @@ -63,7 +63,7 @@ void luaX_init (lua_State *L); void luaX_setinput (lua_State *L, LexState *LS, ZIO *z); int luaX_lex (LexState *LS); void luaX_syntaxerror (LexState *ls, const char *s, const char *token); -void luaX_error (LexState *ls, const char *s); +void luaX_error (LexState *ls, const char *s, int token); void luaX_token2str (int token, char *s); -- cgit v1.2.3-55-g6feb