cmp: more robust compiler-features collecting

This commit is contained in:
Daniel Kochmański 2023-02-14 12:14:10 +01:00
parent e4988d1f7c
commit 93fbbcccfc

View file

@ -59,7 +59,8 @@ 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*
'#.(if (not (boundp '*compiler-features*)) nil *compiler-features*)
"This alternative list of features contains keywords that were gathered from
running the compiler. It may be updated by running ")