alloc: add missing field from ecl_symbol to the type descriptor

This commit is contained in:
Daniel Kochmański 2024-04-23 19:50:00 +02:00
parent 0fb78da52f
commit b577de1495

View file

@ -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));