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

Chun Tian (binghe) ctian at common-lisp.net
Fri Jul 9 08:52:37 UTC 2010


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




More information about the usocket-cvs mailing list