mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
Fixed unbalanced parenthesis in alloc_2.d
This commit is contained in:
parent
d5bfaa2e9c
commit
fad8ebefae
1 changed files with 1 additions and 1 deletions
|
|
@ -974,7 +974,7 @@ init_alloc(void)
|
|||
to_bitmap(&o, &(o.process.parent)) |
|
||||
to_bitmap(&o, &(o.process.exit_lock)) |
|
||||
to_bitmap(&o, &(o.process.exit_values)) |
|
||||
to_bitmap(&o, &(o.process.waiting_for)));
|
||||
to_bitmap(&o, &(o.process.waiting_for));
|
||||
type_info[t_lock].descriptor =
|
||||
to_bitmap(&o, &(o.lock.name)) |
|
||||
to_bitmap(&o, &(o.lock.owner));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue