From f8c8159362f4bb8820908085adcb06900ef33b4c Mon Sep 17 00:00:00 2001 From: Waldemar Celes Date: Mon, 17 Oct 1994 17:03:23 -0200 Subject: adaptative garbage collection. --- table.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'table.h') diff --git a/table.h b/table.h index 47be08c4..2ef50b0a 100644 --- a/table.h +++ b/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); -- cgit v1.2.3-55-g6feb