lua_table now has references to global variable names (TreeNode's).

This commit is contained in:
Roberto Ierusalimschy
1996-01-26 16:03:19 -02:00
parent 19290a8e92
commit 0d50b87aa4
5 changed files with 15 additions and 30 deletions

3
tree.h
View File

@@ -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