From 0d50b87aa47d3cb64730bf5c8646e5e6ff02c268 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 26 Jan 1996 16:03:19 -0200 Subject: lua_table now has references to global variable names (TreeNode's). --- tree.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tree.h') diff --git a/tree.h b/tree.h index 641765b3..bf6eb27d 100644 --- a/tree.h +++ b/tree.h @@ -1,7 +1,7 @@ /* ** tree.h ** TecCGraf - PUC-Rio -** $Id: tree.h,v 1.9 1995/01/12 14:19:04 roberto Exp roberto $ +** $Id: tree.h,v 1.10 1995/10/17 11:53:53 roberto Exp roberto $ */ #ifndef tree_h @@ -32,6 +32,5 @@ typedef struct TreeNode TaggedString *lua_createstring (char *str); TreeNode *lua_constcreate (char *str); Long lua_strcollector (void); -TreeNode *luaI_nodebysymbol (Word symbol); #endif -- cgit v1.2.3-55-g6feb