0.8.3.74:
[sbcl.git] / src / code / float.lisp
index 14c1a79..407b309 100644 (file)
 (defun float-radix (x)
   #!+sb-doc
   "Return (as an integer) the radix b of its floating-point argument."
+  (declare (ignore x))
   2)
 \f
 ;;;; INTEGER-DECODE-FLOAT and DECODE-FLOAT