adaptative garbage collection.
This commit is contained in:
3
table.h
3
table.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user