From 60cc473bcfce079d1525fcffcfdfbeb66e35afa2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 16 Sep 1997 16:25:59 -0300 Subject: Lexical Analizer --- lex.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lex.h (limited to 'lex.h') diff --git a/lex.h b/lex.h deleted file mode 100644 index 44172325..00000000 --- a/lex.h +++ /dev/null @@ -1,18 +0,0 @@ -/* -** lex.h -** TecCGraf - PUC-Rio -** $Id: lex.h,v 1.3 1996/11/08 12:49:35 roberto Exp roberto $ -*/ - -#ifndef lex_h -#define lex_h - -#include "zio.h" - -void lua_setinput (ZIO *z); -void luaI_syntaxerror (char *s); -int luaY_lex (void); -void luaI_addReserved (void); - - -#endif -- cgit v1.2.3-55-g6feb