0.pre7.84:
[sbcl.git] / src / compiler / ir1tran.lisp
index f3996cf..889bc62 100644 (file)
             (compiler-error
              "~S is an alien variable and so can't be declared special."
              name))
-          (when (or (not (global-var-p found))
-                    (eq (global-var-kind found) :constant))
+          (unless (global-var-p found)
             (compiler-error
              "~S is a constant and so can't be declared special."
              name))