Author: ctian Date: Fri Jul 9 04:52:37 2010 New Revision: 539
Log: ECL: wrong read macro fixed ... again
Modified: usocket/trunk/backend/sbcl.lisp
Modified: usocket/trunk/backend/sbcl.lisp ============================================================================== --- usocket/trunk/backend/sbcl.lisp (original) +++ usocket/trunk/backend/sbcl.lisp Fri Jul 9 04:52:37 2010 @@ -556,7 +556,7 @@ waiter)) ) ; progn
-#-(and ecl win32) +#+(and ecl (not win32)) (progn (defun wait-for-input-internal (wl &key timeout) (with-mapped-conditions ()