mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-11 23:40:36 -07:00
fix the broken serialization functions for externalizable objects
This commit is contained in:
parent
aa75969e33
commit
76941e25dc
17 changed files with 362 additions and 77 deletions
|
|
@ -22,7 +22,7 @@ static const cl_object ecl_aet_name[] = {
|
|||
ECL_T, /* ecl_aet_object */
|
||||
@'single-float', /* ecl_aet_sf */
|
||||
@'double-float', /* ecl_aet_df */
|
||||
@'bit', /* ecl_aet_bit: cannot be handled with this code */
|
||||
@'bit', /* ecl_aet_bit */
|
||||
@'ext::cl-fixnum', /* ecl_aet_fix */
|
||||
@'ext::cl-index', /* ecl_aet_index */
|
||||
@'ext::byte8', /* ecl_aet_b8 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue