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 /opcode.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 'opcode.h')
-rw-r--r-- | opcode.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
3 | ** $Id: opcode.h,v 3.14 1995/10/25 13:05:51 roberto Exp roberto $ | 3 | ** $Id: opcode.h,v 3.15 1995/12/21 16:14:04 roberto Exp roberto $ |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef opcode_h | 6 | #ifndef opcode_h |
@@ -94,10 +94,6 @@ typedef struct Object | |||
94 | Value value; | 94 | Value value; |
95 | } Object; | 95 | } Object; |
96 | 96 | ||
97 | typedef struct | ||
98 | { | ||
99 | Object object; | ||
100 | } Symbol; | ||
101 | 97 | ||
102 | /* Macros to access structure members */ | 98 | /* Macros to access structure members */ |
103 | #define tag(o) ((o)->tag) | 99 | #define tag(o) ((o)->tag) |