diff options
| -rw-r--r-- | opcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
| 3 | ** $Id: opcode.h,v 3.2 1994/11/04 10:47:49 roberto Exp $ | 3 | ** $Id: opcode.h,v 3.3 1994/11/06 15:35:04 roberto Exp $ |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef opcode_h | 6 | #ifndef opcode_h |
| @@ -117,7 +117,7 @@ typedef union | |||
| 117 | 117 | ||
| 118 | typedef struct Object | 118 | typedef struct Object |
| 119 | { | 119 | { |
| 120 | Type tag; | 120 | lua_Type tag; |
| 121 | Value value; | 121 | Value value; |
| 122 | } Object; | 122 | } Object; |
| 123 | 123 | ||
