mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 07:10:34 -08:00
Fix typo.
This commit is contained in:
parent
723d24eba7
commit
57e80be0aa
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ stacks_scanner(void)
|
|||
}
|
||||
if (bds_top && (bds_top >= bds_org)) {
|
||||
GC_push_conditional(bds_org, bds_top+1,1);
|
||||
GC_set_mark_bit(bds_top);
|
||||
GC_set_mark_bit(bds_org);
|
||||
}
|
||||
#endif
|
||||
if (NValues)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue