diff options
Diffstat (limited to 'lstate.h')
| -rw-r--r-- | lstate.h | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -249,10 +249,6 @@ struct CallInfo { | |||
| 249 | #define CIST_HOOKYIELD (CIST_TAIL << 1) | 249 | #define CIST_HOOKYIELD (CIST_TAIL << 1) |
| 250 | /* function "called" a finalizer */ | 250 | /* function "called" a finalizer */ |
| 251 | #define CIST_FIN (CIST_HOOKYIELD << 1) | 251 | #define CIST_FIN (CIST_HOOKYIELD << 1) |
| 252 | #if defined(LUA_COMPAT_LT_LE) | ||
| 253 | /* using __lt for __le */ | ||
| 254 | #define CIST_LEQ (CIST_FIN << 1) | ||
| 255 | #endif | ||
| 256 | 252 | ||
| 257 | 253 | ||
| 258 | #define get_nresults(cs) (cast_int((cs) & CIST_NRESULTS) - 1) | 254 | #define get_nresults(cs) (cast_int((cs) & CIST_NRESULTS) - 1) |
