From 9d6f4e48a663691cdf1612f14ca7c66b608f98f7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 26 May 1997 11:42:36 -0300 Subject: unused declaration. --- table.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/table.h b/table.h index c2af9621..99d6fe91 100644 --- a/table.h +++ b/table.h @@ -1,7 +1,7 @@ /* ** Module to control static tables ** TeCGraf - PUC-Rio -** $Id: table.h,v 2.23 1997/03/31 14:02:58 roberto Exp roberto $ +** $Id: table.h,v 2.24 1997/04/07 14:48:53 roberto Exp roberto $ */ #ifndef table_h @@ -33,7 +33,6 @@ void luaI_nextvar (void); TaggedString *luaI_createfixedstring (char *str); int lua_markobject (TObject *o); int luaI_ismarked (TObject *o); -Long luaI_collectgarbage (void); void lua_pack (void); -- cgit v1.2.3-55-g6feb