diff options
| author | Roberto I <roberto@inf.puc-rio.br> | 2025-08-20 16:10:54 -0300 |
|---|---|---|
| committer | Roberto I <roberto@inf.puc-rio.br> | 2025-08-20 16:10:54 -0300 |
| commit | 06c5d3825f03eafc90b56d43f70f70048b785bc8 (patch) | |
| tree | 0b418c4a9ac5a53a6ca39bf258bb046de1fc6749 /lstate.h | |
| parent | c345877e4c2588324d9a1e5655e8f48200ba2e5e (diff) | |
| download | lua-06c5d3825f03eafc90b56d43f70f70048b785bc8.tar.gz lua-06c5d3825f03eafc90b56d43f70f70048b785bc8.tar.bz2 lua-06c5d3825f03eafc90b56d43f70f70048b785bc8.zip | |
Removed code for compatibility with version 5.3
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) |
