[usocket-cvs] r539 - usocket/trunk/backend

9 Jul
2010
9 Jul
'10
8:52 a.m.
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 ()
5363
Age (days ago)
5363
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chun Tian