The compiler must use the standard readtable to not be affected by users's choice.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-06-22 12:24:02 +02:00
parent 0bfd64a3d9
commit d966444f8d

View file

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