diff options
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) |