aboutsummaryrefslogtreecommitdiff
path: root/lapi.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lapi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lapi.c b/lapi.c
index 631cf44e..01abfc15 100644
--- a/lapi.c
+++ b/lapi.c
@@ -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)), \