From f12ce4029dfbce7b89ec136e6b7ba5f6bca039da Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 15 Nov 2024 15:25:11 -0300 Subject: More integration of 'nresults' into 'callstatus' --- lapi.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lapi.c') 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) { */ -#define MAXRESULTS 250 - - #define checkresults(L,na,nr) \ (api_check(L, (nr) == LUA_MULTRET \ || (L->ci->top.p - L->top.p >= (nr) - (na)), \ -- cgit v1.2.3-55-g6feb