diff options
Diffstat (limited to '')
-rw-r--r-- | lapi.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1023,9 +1023,6 @@ LUA_API int lua_setiuservalue (lua_State *L, int idx, int n) { | |||
1023 | */ | 1023 | */ |
1024 | 1024 | ||
1025 | 1025 | ||
1026 | #define MAXRESULTS 250 | ||
1027 | |||
1028 | |||
1029 | #define checkresults(L,na,nr) \ | 1026 | #define checkresults(L,na,nr) \ |
1030 | (api_check(L, (nr) == LUA_MULTRET \ | 1027 | (api_check(L, (nr) == LUA_MULTRET \ |
1031 | || (L->ci->top.p - L->top.p >= (nr) - (na)), \ | 1028 | || (L->ci->top.p - L->top.p >= (nr) - (na)), \ |