From c9a2dfeb2c71b1c6b8164a1e5aad4b178950e197 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 16 Jun 1997 13:50:22 -0300 Subject: using "zio" for parsing Lua code. --- lex.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lex.h') diff --git a/lex.h b/lex.h index d6789827..44172325 100644 --- a/lex.h +++ b/lex.h @@ -1,16 +1,15 @@ /* ** lex.h ** TecCGraf - PUC-Rio -** $Id: lex.h,v 1.2 1996/02/14 13:35:51 roberto Exp roberto $ +** $Id: lex.h,v 1.3 1996/11/08 12:49:35 roberto Exp roberto $ */ #ifndef lex_h #define lex_h +#include "zio.h" -typedef int (*Input) (void); - -void lua_setinput (Input fn); +void lua_setinput (ZIO *z); void luaI_syntaxerror (char *s); int luaY_lex (void); void luaI_addReserved (void); -- cgit v1.2.3-55-g6feb