changes in garbage collection control

This commit is contained in:
Roberto Ierusalimschy
1994-11-17 11:58:57 -02:00
parent d6a1699e37
commit b234da1cc2
7 changed files with 40 additions and 49 deletions

View File

@@ -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);