mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 05:51:55 -08:00
Cnil and Ct are now part of legacy
This commit is contained in:
parent
738d844fc0
commit
825fc8cbd3
111 changed files with 1859 additions and 1856 deletions
|
|
@ -66,7 +66,7 @@ write_array_inner(bool vector, cl_object x, cl_object stream)
|
|||
}
|
||||
ecl_write_char(')', stream);
|
||||
} else {
|
||||
si_write_object(Cnil, stream);
|
||||
si_write_object(ECL_NIL, stream);
|
||||
}
|
||||
ecl_write_char(' ', stream);
|
||||
} else if (!vector) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue