From b234da1cc2053b8919a9b27af67291e48fdf9703 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 17 Nov 1994 11:58:57 -0200 Subject: changes in garbage collection control --- table.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'table.h') diff --git a/table.h b/table.h index 1433814d..1cc3fcca 100644 --- a/table.h +++ b/table.h @@ -1,7 +1,7 @@ /* ** Module to control static tables ** TeCGraf - PUC-Rio -** $Id: table.h,v 2.5 1994/11/14 21:40:14 roberto Exp roberto $ +** $Id: table.h,v 2.6 1994/11/16 16:03:48 roberto Exp roberto $ */ #ifndef table_h @@ -15,10 +15,6 @@ extern char **lua_constant; extern char *lua_file[]; extern int lua_nfile; -extern Word lua_block; -extern Word lua_nentity; -extern Word lua_recovered; - void lua_initconstant (void); int luaI_findsymbolbyname (char *name); -- cgit v1.2.3-55-g6feb