This patch * moves a misplaced (disabled) conditionally-compiled extra test to where it ought to be, in unread-char. * fixes some whitespace
[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] The American Republic will endure, until politicians realize they can bribe the people with their own money. -- Alexis de Tocqueville
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)))