mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Better documentation for 'multires' expressions
Manual has a new section explaining multires expressions, lists of expressions, and adjustments. This commit also corrects some comments in the code.
This commit is contained in:
parent
d61b0c6028
commit
c6cea857a4
3 changed files with 120 additions and 75 deletions
2
lfunc.c
2
lfunc.c
|
|
@ -209,7 +209,7 @@ void luaF_closeupval (lua_State *L, StkId level) {
|
|||
|
||||
|
||||
/*
|
||||
** Remove firt element from the tbclist plus its dummy nodes.
|
||||
** Remove first element from the tbclist plus its dummy nodes.
|
||||
*/
|
||||
static void poptbclist (lua_State *L) {
|
||||
StkId tbc = L->tbclist;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue