mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Details (typos in comments)
This commit is contained in:
parent
50fd8d03c3
commit
9b014d4bcd
16 changed files with 29 additions and 30 deletions
1
lgc.c
1
lgc.c
|
|
@ -126,7 +126,6 @@ static l_mem objsize (GCObject *o) {
|
|||
CClosure *cl = gco2ccl(o);
|
||||
res = sizeCclosure(cl->nupvalues);
|
||||
break;
|
||||
break;
|
||||
}
|
||||
case LUA_VUSERDATA: {
|
||||
Udata *u = gco2u(o);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue