|
native Lua
0.4.0
Lua on the platform you use with the compiler you choose
|


Go to the source code of this file.
Macros | |
| #define | api_incr_top(L) |
| #define | adjustresults(L, nres) { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; } |
| #define | api_checknelems(L, n) |
| #define adjustresults | ( | L, | |
| nres | |||
| ) | { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; } |
| #define api_checknelems | ( | L, | |
| n | |||
| ) |
| #define api_incr_top | ( | L | ) |
1.8.20