diff options
Diffstat (limited to 'lfunc.c')
-rw-r--r-- | lfunc.c | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 | /* |