eliminacao da funcao findenclosedconstant, cuja tarefa agora

e' realizada pelo analizador lexico
This commit is contained in:
Roberto Ierusalimschy
1993-12-22 19:15:16 -02:00
parent 856004214f
commit 72f67fa810
2 changed files with 2 additions and 54 deletions

View File

@@ -1,7 +1,7 @@
/*
** Module to control static tables
** TeCGraf - PUC-Rio
** $Id: $
** $Id: table.h,v 1.1 1993/12/17 18:41:19 celes Exp roberto $
*/
#ifndef table_h
@@ -26,7 +26,6 @@ extern int lua_nfile;
int lua_findsymbol (char *s);
int lua_findenclosedconstant (char *s);
int lua_findconstant (char *s);
void lua_markobject (Object *o);
char *lua_createstring (char *s);