Remove :ecl-bytecmp from features when loading the C compiler

This commit is contained in:
Juan Jose Garcia Ripoll 2011-07-16 21:56:43 +02:00
parent dab8f7e7a6
commit 24ffd8065c

View file

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