From e1a127245d3d977945819240a2df90ceb8ae516f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 24 Jul 1998 15:02:38 -0300 Subject: details ("luaX_token2str" doesn't need LexState) --- llex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llex.h') diff --git a/llex.h b/llex.h index 106f6a3c..b9171a8b 100644 --- a/llex.h +++ b/llex.h @@ -1,5 +1,5 @@ /* -** $Id: llex.h,v 1.8 1998/05/27 13:03:40 roberto Exp roberto $ +** $Id: llex.h,v 1.9 1998/06/19 16:14:09 roberto Exp roberto $ ** Lexical Analizer ** See Copyright Notice in lua.h */ @@ -56,7 +56,7 @@ void luaX_setinput (LexState *LS, ZIO *z); int luaX_lex (LexState *LS); void luaX_syntaxerror (LexState *ls, char *s, char *token); void luaX_error (LexState *ls, char *s); -void luaX_token2str (LexState *ls, int token, char *s); +void luaX_token2str (int token, char *s); #endif -- cgit v1.2.3-55-g6feb