INSTALL-C-COMPILER is now part of the core, even without loading :CMP

This commit is contained in:
Juan Jose Garcia Ripoll 2012-07-22 18:26:03 +02:00
parent 806646c619
commit b06c17717a

View file

@ -125,6 +125,11 @@
(fdefinition 'compile-file-pathname) #'bc-compile-file-pathname)
(ext::package-lock (find-package :cl) t))
(defun install-c-compiler ()
(require :cmp)
(locally (declare (notinline install-c-compiler))
(funcall 'install-c-compiler)))
#-ecl-min
(progn
#+(and dlopen (not windows))