diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-01-26 16:03:19 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-01-26 16:03:19 -0200 |
commit | 0d50b87aa47d3cb64730bf5c8646e5e6ff02c268 (patch) | |
tree | adfab90a2efad542f12d7d7b0219226deedcb7a5 /tree.h | |
parent | 19290a8e92a9b22f448b82c2bcb67ea635dee6ad (diff) | |
download | lua-0d50b87aa47d3cb64730bf5c8646e5e6ff02c268.tar.gz lua-0d50b87aa47d3cb64730bf5c8646e5e6ff02c268.tar.bz2 lua-0d50b87aa47d3cb64730bf5c8646e5e6ff02c268.zip |
lua_table now has references to global variable names (TreeNode's).
Diffstat (limited to 'tree.h')
-rw-r--r-- | tree.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** tree.h | 2 | ** tree.h |
3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
4 | ** $Id: tree.h,v 1.9 1995/01/12 14:19:04 roberto Exp roberto $ | 4 | ** $Id: tree.h,v 1.10 1995/10/17 11:53:53 roberto Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef tree_h | 7 | #ifndef tree_h |
@@ -32,6 +32,5 @@ typedef struct TreeNode | |||
32 | TaggedString *lua_createstring (char *str); | 32 | TaggedString *lua_createstring (char *str); |
33 | TreeNode *lua_constcreate (char *str); | 33 | TreeNode *lua_constcreate (char *str); |
34 | Long lua_strcollector (void); | 34 | Long lua_strcollector (void); |
35 | TreeNode *luaI_nodebysymbol (Word symbol); | ||
36 | 35 | ||
37 | #endif | 36 | #endif |