sort *features*ish variable values for repeatability
[sbcl.git] / src / code / target-misc.lisp
index 365bfaa..5432cae 100644 (file)
 \f
 ;;; various environment inquiries
 
-(defvar *features* '#.sb-cold:*shebang-features*
+(defvar *features*
+  '#.(sort (copy-list sb-cold:*shebang-features*) #'string<)
   #!+sb-doc
   "a list of symbols that describe features provided by the
    implementation")