mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
Missing quote in the definition of c::*compiler-features*
This commit is contained in:
parent
0687f5a621
commit
63d83b0780
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue