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

David Morein david.morein at gmail.com
Sun Jun 29 13:01:56 PDT 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: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20080629/bf43785f/attachment.htm>


More information about the Openmcl-devel mailing list