[protobuf-devel] typo in portable-float.lisp
Angel Popov
angelpopov at yahoo.com
Mon May 9 10:42:43 UTC 2011
Hi,
Thanks for the library.
There is a 'Google...' in the copyright section. Does it mean it that the library is supported somehow from Google?
Btw.
It look there is a typo in portable-format.lisp
index b431fd8..600c516 100644
--- a/portable-float.lisp
+++ b/portable-float.lisp
@@ -23,7 +23,7 @@
(logior uresult
(logand -1 (lognot mask))))))
-(declaim (ftype (function (single-float) (values (signed-byte 32) &optional) single-float-bits))
+(declaim (ftype (function (single-float) (values (signed-byte 32) &optional) single-float-bits)))
(defun single-float-bits (x)
(declare (type single-float x))
Thanks, AngelP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/protobuf-devel/attachments/20110509/5d88dda5/attachment.html>
More information about the protobuf-devel
mailing list