mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 04:10:44 -08:00
alloc: add missing field from ecl_symbol to the type descriptor
This commit is contained in:
parent
0fb78da52f
commit
b577de1495
1 changed files with 1 additions and 0 deletions
|
|
@ -579,6 +579,7 @@ void init_type_info (void)
|
|||
type_info[t_symbol].descriptor =
|
||||
to_bitmap(&o, &(o.symbol.value)) |
|
||||
to_bitmap(&o, &(o.symbol.gfdef)) |
|
||||
to_bitmap(&o, &(o.symbol.macfun)) |
|
||||
to_bitmap(&o, &(o.symbol.plist)) |
|
||||
to_bitmap(&o, &(o.symbol.name)) |
|
||||
to_bitmap(&o, &(o.symbol.hpack));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue