#include "llimits.h"
#include "lstate.h"
Go to the source code of this file.
◆ adjustresults
#define adjustresults |
( |
|
L, |
|
|
|
nres |
|
) |
| { if ((nres) <= LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; } |
◆ api_checknelems
#define api_checknelems |
( |
|
L, |
|
|
|
n |
|
) |
| |
Value:
"not enough elements in the stack")
Definition at line 30 of file lapi.h.
◆ api_incr_top
#define api_incr_top |
( |
|
L | ) |
|
Value: {L->top++;
api_check(L, L->top <= L->ci->top, \
"stack overflow");}
Definition at line 16 of file lapi.h.
◆ codeNresults
#define codeNresults |
( |
|
n | ) |
(-(n) - 3) |
◆ decodeNresults
#define decodeNresults |
( |
|
n | ) |
(-(n) - 3) |
◆ hastocloseCfunc