mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
The compiler must use the standard readtable to not be affected by users's choice.
This commit is contained in:
parent
0bfd64a3d9
commit
d966444f8d
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@
|
|||
(*print-array* t)
|
||||
(*print-readably* t)
|
||||
(*read-default-float-format* 'single-float)
|
||||
(*readtable* (si::standard-readtable))
|
||||
(sys::*print-package* (find-package "CL"))
|
||||
(sys::*print-structure* t)
|
||||
(output nil))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue