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)))