X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcold%2Fchill.lisp;h=7158435c3d6754f03ab1e78f5fab8566a4611a2d;hb=28d9bb7a509695caaf78d647b6aa1b0f02c0e83a;hp=50f0b9e3a7cfd40171f694f7a08fb7ae90f7bc9f;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/cold/chill.lisp b/src/cold/chill.lisp index 50f0b9e..7158435 100644 --- a/src/cold/chill.lisp +++ b/src/cold/chill.lisp @@ -26,7 +26,9 @@ ;;; that they referred to special target-only *SHEBANG-FEATURES* values ;;; during cold init). (setf sb-cold:*shebang-features* *features*) - +;;; Just in case we want to play with the initial value of +;;; backend-subfeatures +(setf sb-cold:*shebang-backend-subfeatures* sb-c:*backend-subfeatures*) ;;; The nickname SB!XC now refers to the CL package. (rename-package "COMMON-LISP" "COMMON-LISP"