From 72f67fa810715220c1134a345903146569417190 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 22 Dec 1993 19:15:16 -0200 Subject: eliminacao da funcao findenclosedconstant, cuja tarefa agora e' realizada pelo analizador lexico --- table.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'table.h') diff --git a/table.h b/table.h index 1941fb28..ca246dc6 100644 --- a/table.h +++ b/table.h @@ -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); -- cgit v1.2.3-55-g6feb