aboutsummaryrefslogtreecommitdiff
path: root/lfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lfunc.c')
-rw-r--r--lfunc.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/lfunc.c b/lfunc.c
index c62a5d23..da7c6239 100644
--- a/lfunc.c
+++ b/lfunc.c
@@ -162,13 +162,8 @@ static void prepcallclosemth (lua_State *L, StkId level, TStatus status,
162} 162}
163 163
164 164
165/* 165/* Maximum value for deltas in 'tbclist' */
166** Maximum value for deltas in 'tbclist', dependent on the type 166#define MAXDELTA USHRT_MAX
167** of delta. (This macro assumes that an 'L' is in scope where it
168** is used.)
169*/
170#define MAXDELTA \
171 ((256ul << ((sizeof(L->stack.p->tbclist.delta) - 1) * 8)) - 1)
172 167
173 168
174/* 169/*