X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Futils.lisp;h=b63b3c66bd87eb4c45e680f06456873350bb33e7;hb=5edd74f6911093805a009a152b32216b3dba59f7;hp=f690caa1ddb9d521bee9cfa9d7609feab0bbc2cd;hpb=f43f136f9b3ff6cae501e850fa67b2183317e212;p=sbcl.git diff --git a/src/compiler/generic/utils.lisp b/src/compiler/generic/utils.lisp index f690caa..b63b3c6 100644 --- a/src/compiler/generic/utils.lisp +++ b/src/compiler/generic/utils.lisp @@ -15,7 +15,7 @@ (defun fixnumize (num) (if (<= #x-20000000 num #x1fffffff) (ash num 2) - (error "~D is too big for a fixnum." num))) + (error "~W is too big for a fixnum." num))) ;;;; routines for dealing with static symbols @@ -43,7 +43,7 @@ (- (pad-data-block (1- symbol-size)))) (pad-data-block symbol-size)) (unless (and (zerop rem) (<= 0 n (1- (length *static-symbols*)))) - (error "The byte offset ~D is not valid." offset)) + (error "The byte offset ~W is not valid." offset)) (elt *static-symbols* n)))) ;;; Return the (byte) offset from NIL to the start of the fdefn object