From 94686ce58554a80374eeff115ee5b87c184ed173 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 16 Nov 1994 14:03:48 -0200 Subject: correction of function 'nextvar' --- table.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'table.h') diff --git a/table.h b/table.h index 423ba3dd..1433814d 100644 --- a/table.h +++ b/table.h @@ -1,7 +1,7 @@ /* ** Module to control static tables ** TeCGraf - PUC-Rio -** $Id: table.h,v 2.4 1994/11/03 21:48:36 roberto Exp roberto $ +** $Id: table.h,v 2.5 1994/11/14 21:40:14 roberto Exp roberto $ */ #ifndef table_h @@ -31,6 +31,5 @@ char *lua_createstring (char *s); char *lua_addfile (char *fn); int lua_delfile (void); char *lua_filename (void); -void lua_nextvar (void); #endif -- cgit v1.2.3-55-g6feb