mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Details
typo in comment + formatting + logical 'and' was written as a bitwise operation (makes code more fragile)
This commit is contained in:
parent
a5522f06d2
commit
578ae5745c
3 changed files with 3 additions and 3 deletions
2
lgc.c
2
lgc.c
|
|
@ -1672,7 +1672,7 @@ static l_mem singlestep (lua_State *L, int fast) {
|
|||
GCTM(L); /* call one finalizer */
|
||||
stepresult = CWUFIN;
|
||||
}
|
||||
else { /* no more finalizers or emergency mode or no enough stack
|
||||
else { /* no more finalizers or emergency mode or not enough stack
|
||||
to run finalizers */
|
||||
g->gcstate = GCSpause; /* finish collection */
|
||||
stepresult = step2pause;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue