[Openmcl-devel] little bug in with-open-file in 1.2 rc1

David Morein david.morein at gmail.com
Sun Jun 29 16:01:56 EDT 2008


It looks like there is a little bug in clozurecl-1.2-rc1-linuxx8664

(defmacro with-open-file ...
 `(let (,stream ,done)  ...

should probably be something like:

(defmacro with-open-file ...
 `(let ((,stream ,done)) ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://clozure.com/pipermail/openmcl-devel/attachments/20080629/bf43785f/attachment.html 


More information about the Openmcl-devel mailing list