diff options
Diffstat (limited to '')
| -rw-r--r-- | ldebug.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ldebug.h,v 1.11 2001/02/23 17:17:25 roberto Exp roberto $ | 2 | ** $Id: ldebug.h,v 1.12 2001/06/05 18:17:01 roberto Exp roberto $ |
| 3 | ** Auxiliary functions from Debug Interface module | 3 | ** Auxiliary functions from Debug Interface module |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -26,7 +26,7 @@ enum OpModeMask { | |||
| 26 | OpModeT /* operator is a test */ | 26 | OpModeT /* operator is a test */ |
| 27 | }; | 27 | }; |
| 28 | 28 | ||
| 29 | extern const unsigned char luaG_opmodes[]; | 29 | extern const lu_byte luaG_opmodes[]; |
| 30 | 30 | ||
| 31 | #define getOpMode(m) ((enum OpMode)(luaG_opmodes[m] & 3)) | 31 | #define getOpMode(m) ((enum OpMode)(luaG_opmodes[m] & 3)) |
| 32 | #define testOpMode(m, b) (luaG_opmodes[m] & (1 << (b))) | 32 | #define testOpMode(m, b) (luaG_opmodes[m] & (1 << (b))) |
