mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 23:02:31 -08:00
Small hack to allow cmpct.lsp be compiled by the bytecodes compiler.
This commit is contained in:
parent
ecc74901db
commit
ab8b15069d
1 changed files with 3 additions and 1 deletions
|
|
@ -107,7 +107,9 @@
|
|||
(#.(coerce -0.0 'single-float) "cl_core.singlefloat_minus_zero")
|
||||
(#.(coerce -0.0 'double-float) "cl_core.doublefloat_minus_zero")
|
||||
|
||||
(#.(si::standard-readtable) "cl_core.standard_readtable")
|
||||
;; We temporarily remove this constant, because the bytecodes compiler
|
||||
;; does not know how to externalize it.
|
||||
;;(#.(si::standard-readtable) "cl_core.standard_readtable")
|
||||
|
||||
(#.(find-package :cl) "cl_core.lisp_package")
|
||||
(#.(find-package :cl-user) "cl_core.user_package")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue