From 131d66efd2dc26b05bcb2bdaf67f5175f3eda1aa Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 26 Feb 1997 14:38:41 -0300 Subject: first step in implementing internal methods. --- table.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'table.h') diff --git a/table.h b/table.h index bfe1a6be..42d44c07 100644 --- a/table.h +++ b/table.h @@ -1,7 +1,7 @@ /* ** Module to control static tables ** TeCGraf - PUC-Rio -** $Id: table.h,v 2.20 1996/03/14 15:57:19 roberto Exp roberto $ +** $Id: table.h,v 2.21 1996/04/22 18:00:37 roberto Exp roberto $ */ #ifndef table_h @@ -28,6 +28,7 @@ Word luaI_findsymbolbyname (char *name); Word luaI_findsymbol (TaggedString *t); Word luaI_findconstant (TaggedString *t); Word luaI_findconstantbyname (char *name); +void luaI_nextvar (void); TaggedString *luaI_createfixedstring (char *str); int lua_markobject (Object *o); int luaI_ismarked (Object *o); -- cgit v1.2.3-55-g6feb