mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
The compiler now also uses the cl_core.*_package constants
This commit is contained in:
parent
f312a7d051
commit
4d4bd1ed16
1 changed files with 7 additions and 0 deletions
|
|
@ -108,6 +108,13 @@
|
|||
|
||||
(#.(si::standard-readtable) "cl_core.standard_readtable")
|
||||
|
||||
(#.(find-package :cl) "cl_core.lisp_package")
|
||||
(#.(find-package :cl-user) "cl_core.user_package")
|
||||
(#.(find-package :keyword) "cl_core.keyword_package")
|
||||
(#.(find-package :clos) "cl_core.clos_package")
|
||||
#+threads
|
||||
(#.(find-package :mp) "cl_core.mp_package")
|
||||
|
||||
#+long-float
|
||||
,@'(
|
||||
(MOST-POSITIVE-LONG-FLOAT "LDBL_MAX")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue