[iolib-devel] Trivial patch to iolib

Stelian Ionescu sionescu at common-lisp.net
Thu Apr 26 22:40:55 UTC 2007


On Wed, Apr 25, 2007 at 11:48:09AM -0400, François-René Rideau wrote:
>This patch
>* moves a misplaced (disabled) conditionally-compiled extra test to
>where it ought to be, in unread-char.
done

>* fixes some whitespace
not done :P, I actually like to have the code nicely aligned, for
instance like this(from iolib/sockets/base-sockets.lisp):

(defclass socket ()
  ((fd       :initform nil      :reader socket-fd)
   (family   :initarg :family   :reader socket-family)
   (protocol :initarg :protocol :reader socket-protocol)))

-- 
(sign :name "Stelian Ionescu" :aka "fe[nl]ix"
      :quote "Quidquid latine dictum sit, altum videtur.")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/iolib-devel/attachments/20070427/57c82dac/attachment.sig>


More information about the iolib-devel mailing list