0.pre7.31:
[sbcl.git] / src / cold / shebang.lisp
index 4647afa..9587efe 100644 (file)
@@ -10,8 +10,6 @@
 ;;;; files for more information.
 
 (in-package "SB-COLD")
-
-;;;; $Header$
 \f
 ;;;; 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)