diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -538,6 +538,9 @@ typedef struct Udata0 { | |||
538 | #define LUA_VPROTO makevariant(LUA_TPROTO, 0) | 538 | #define LUA_VPROTO makevariant(LUA_TPROTO, 0) |
539 | 539 | ||
540 | 540 | ||
541 | typedef l_uint32 Instruction; | ||
542 | |||
543 | |||
541 | /* | 544 | /* |
542 | ** Description of an upvalue for function prototypes | 545 | ** Description of an upvalue for function prototypes |
543 | */ | 546 | */ |