X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ffloat.lisp;h=407b309be12fd4f5301bf518212c2dfaef35709a;hb=224466fab9dc4e8b3faf13a121f827f198811bf6;hp=14c1a790599dd4fe4bcde5729cebcaaf703c01d6;hpb=1c91b0bc7eb814af6a8c58a99a83a024716138e8;p=sbcl.git diff --git a/src/code/float.lisp b/src/code/float.lisp index 14c1a79..407b309 100644 --- a/src/code/float.lisp +++ b/src/code/float.lisp @@ -314,6 +314,7 @@ (defun float-radix (x) #!+sb-doc "Return (as an integer) the radix b of its floating-point argument." + (declare (ignore x)) 2) ;;;; INTEGER-DECODE-FLOAT and DECODE-FLOAT