using bison instead of yacc; lparser.c renamed to lstx.c (to

avoid confusion with lparser.h...)
This commit is contained in:
Roberto Ierusalimschy
1997-10-13 20:10:45 -02:00
parent a3235ad270
commit 2bb94d9e22
2 changed files with 16 additions and 17 deletions

4
llex.c
View File

@@ -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"