From 24ffd8065c6232ca82e9e57b7041fc15ad440038 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sat, 16 Jul 2011 21:56:43 +0200 Subject: [PATCH] Remove :ecl-bytecmp from features when loading the C compiler --- src/cmp/cmpmain.lsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cmp/cmpmain.lsp b/src/cmp/cmpmain.lsp index 72aae6c15..ce5019803 100755 --- a/src/cmp/cmpmain.lsp +++ b/src/cmp/cmpmain.lsp @@ -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)