aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lstate.h b/lstate.h
index a4d5570c..20dc4d24 100644
--- a/lstate.h
+++ b/lstate.h
@@ -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)