From 2bb94d9e22f1f8ab2c00c9296a3920bebe4862bd Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 13 Oct 1997 20:10:45 -0200 Subject: using bison instead of yacc; lparser.c renamed to lstx.c (to avoid confusion with lparser.h...) --- llex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llex.c') diff --git a/llex.c b/llex.c index 3d843224..d8fb39a6 100644 --- a/llex.c +++ b/llex.c @@ -1,5 +1,5 @@ /* -** $Id: llex.c,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ +** $Id: llex.c,v 1.2 1997/09/26 15:02:26 roberto Exp roberto $ ** Lexical Analizer ** See Copyright Notice in lua.h */ @@ -13,7 +13,7 @@ #include "lobject.h" #include "lparser.h" #include "lstring.h" -#include "ltokens.h" +#include "lstx.h" #include "luadebug.h" #include "lzio.h" -- cgit v1.2.3-55-g6feb