From a0ef046ef16e6bbf99fbbe594638593089253483 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 6 Feb 1996 14:18:21 -0200 Subject: elimination of unused declarations (left from old modifications) --- table.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'table.h') diff --git a/table.h b/table.h index cb2ef006..10c89a92 100644 --- a/table.h +++ b/table.h @@ -1,7 +1,7 @@ /* ** Module to control static tables ** TeCGraf - PUC-Rio -** $Id: table.h,v 2.14 1996/01/22 14:15:13 roberto Exp roberto $ +** $Id: table.h,v 2.15 1996/01/26 18:03:19 roberto Exp roberto $ */ #ifndef table_h @@ -20,10 +20,6 @@ typedef struct extern Symbol *lua_table; extern TaggedString **lua_constant; -extern char *lua_file[]; -extern int lua_nfile; - - void lua_initconstant (void); Word luaI_findsymbolbyname (char *name); Word luaI_findsymbol (TreeNode *t); -- cgit v1.2.3-55-g6feb