X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcold%2Fshebang.lisp;h=9587efec44d96714ea61543f8e6a9da1c216a3ea;hb=872175cd9cb5b4966a36d4bd92421cc407a0355b;hp=4647afa3ff9fdb12b268ffc90ddb77d6749ff85a;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/cold/shebang.lisp b/src/cold/shebang.lisp index 4647afa..9587efe 100644 --- a/src/cold/shebang.lisp +++ b/src/cold/shebang.lisp @@ -10,8 +10,6 @@ ;;;; files for more information. (in-package "SB-COLD") - -;;;; $Header$ ;;;; definition of #!+ and #!- as a mechanism analogous to #+/#-, ;;;; but redirectable to any list of features. (This is handy when @@ -20,7 +18,7 @@ ;;; the feature list for the target system (export '*shebang-features*) -(declaim (type symbol *shebang-features*)) +(declaim (type list *shebang-features*)) (defvar *shebang-features*) (defun feature-in-list-p (feature list)