From 63d83b078098a34809235e7726dfd51107893ff8 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 10 Apr 2011 22:48:18 +0200 Subject: [PATCH] Missing quote in the definition of c::*compiler-features* --- src/cmp/cmpglobals.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmp/cmpglobals.lsp b/src/cmp/cmpglobals.lsp index 6bdcab548..4cf84c8cc 100644 --- a/src/cmp/cmpglobals.lsp +++ b/src/cmp/cmpglobals.lsp @@ -55,7 +55,7 @@ each form it processes. The default value is NIL.") "This variable controls whether the compiler should display messages about its progress. The default value is T.") -(defvar *compiler-features* #+ecl-min nil #-ecl-min #.*compiler-features* +(defvar *compiler-features* #+ecl-min nil #-ecl-min '#.*compiler-features* "This alternative list of features contains keywords that were gathered from running the compiler. It may be updated by running ")