darcs-hash:20050126144903-2648a-9167a29d9c7501980cf0da1e3d09f66af4a47400.gz
This commit is contained in:
nik gaffney 2005-01-26 22:49:03 +08:00
parent dc9e11e3bc
commit 371b1f650e

View file

@ -187,7 +187,7 @@
(defun decode-float32 (s)
"ieee754 float from a vector of 4 bytes in network byte order"
#+sbcl (sb-kernel:make-single-float (decode-int32 s)))
#+sbcl (sb-kernel:make-single-float (decode-int32 s))
#-sbcl (error "cant decode floats using this implementation"))
(defun decode-int32 (s)