mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
Remove :ecl-bytecmp from features when loading the C compiler
This commit is contained in:
parent
dab8f7e7a6
commit
24ffd8065c
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
;;;; CMPMAIN Compiler main program.
|
||||
|
||||
(ext:package-lock "CL" nil)
|
||||
|
||||
(in-package "COMPILER")
|
||||
|
||||
#-threads
|
||||
|
|
@ -931,4 +933,6 @@ from the C language code. NIL means \"do not create the file\"."
|
|||
|
||||
(ext:package-lock "CL" t)
|
||||
|
||||
(setf *features* (delete :ecl-bytecmp *features*))
|
||||
|
||||
(provide 'cmp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue