From b06c17717a3eb9d2dfb7502bf246ba48a4d80afc Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 22 Jul 2012 18:26:03 +0200 Subject: [PATCH] INSTALL-C-COMPILER is now part of the core, even without loading :CMP --- contrib/bytecmp/bytecmp.lsp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/bytecmp/bytecmp.lsp b/contrib/bytecmp/bytecmp.lsp index 8b851e9af..3c115fc27 100755 --- a/contrib/bytecmp/bytecmp.lsp +++ b/contrib/bytecmp/bytecmp.lsp @@ -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))