adaptative garbage collection.

This commit is contained in:
Waldemar Celes
1994-10-17 17:03:23 -02:00
parent d1c5f42943
commit f8c8159362
3 changed files with 14 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
/*
** Module to control static tables
** TeCGraf - PUC-Rio
** $Id: table.h,v 2.1 1994/04/20 22:07:57 celes Exp celes $
** $Id: table.h,v 2.2 1994/07/19 21:27:18 celes Exp $
*/
#ifndef table_h
@@ -15,6 +15,7 @@ extern int lua_nfile;
extern Word lua_block;
extern Word lua_nentity;
extern Word lua_recovered;
void lua_initconstant (void);