X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Ftarget-format.lisp;h=f8ab91fdf967e361e6e39a5b742cad02557ce4d3;hb=6129b1ebc5125c57d6446c061155f5f653f41725;hp=399feb05b94052a391b31957ba5a0175131ed663;hpb=6f4c867e670a3c538b4072b824fa8026e9f2cbfe;p=sbcl.git diff --git a/src/code/target-format.lisp b/src/code/target-format.lisp index 399feb0..f8ab91f 100644 --- a/src/code/target-format.lisp +++ b/src/code/target-format.lisp @@ -332,7 +332,8 @@ (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)))