restore old behaviour as the default for package variance
[sbcl.git] / src / code / target-format.lisp
index 399feb0..f8ab91f 100644 (file)
        (commainterval 3))
       params
     (let ((arg (next-arg)))
-      (unless (integerp arg)
+      (unless (or base
+                  (integerp arg))
         (error 'format-error
                :complaint "~s is not of type INTEGER."
                :args (list arg)))