[elephant-cvs] CVS elephant/src/elephant
ieslick
ieslick at common-lisp.net
Mon Mar 19 20:51:28 UTC 2007
Update of /project/elephant/cvsroot/elephant/src/elephant
In directory clnet:/tmp/cvs-serv27429/src/elephant
Modified Files:
serializer2.lisp
Log Message:
single-float fix for serializer
--- /project/elephant/cvsroot/elephant/src/elephant/serializer2.lisp 2007/03/18 20:40:50 1.31
+++ /project/elephant/cvsroot/elephant/src/elephant/serializer2.lisp 2007/03/19 20:51:28 1.32
@@ -208,7 +208,6 @@
(short-float
(buffer-write-byte +short-float+ bs)
(buffer-write-float (coerce frob 'single-float) bs))
- #-(and :lispworks (or :win32 :linux))
(single-float
(buffer-write-byte +single-float+ bs)
(buffer-write-float frob bs))
More information about the Elephant-cvs
mailing list