[slime-cvs] CVS update: slime/swank-sbcl.lisp

Helmut Eller heller at common-lisp.net
Tue Apr 19 20:17:55 UTC 2005


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv15802

Modified Files:
	swank-sbcl.lisp 
Log Message:
(preferred-communication-style): Don't test for sb-futex, it has lost
its meaning 0.8.21.

Date: Tue Apr 19 22:17:55 2005
Author: heller

Index: slime/swank-sbcl.lisp
diff -u slime/swank-sbcl.lisp:1.129 slime/swank-sbcl.lisp:1.130
--- slime/swank-sbcl.lisp:1.129	Sat Apr  9 09:07:00 2005
+++ slime/swank-sbcl.lisp	Tue Apr 19 22:17:55 2005
@@ -42,10 +42,7 @@
 ;;; TCP Server
 
 (defimplementation preferred-communication-style ()
-  (if (and (sb-int:featurep :sb-thread)
-           (sb-int:featurep :sb-futex))
-      :spawn
-      :fd-handler))
+  (if (sb-int:featurep :sb-thread) :spawn :fd-handler))
         
 (defun resolve-hostname (name)
   (car (sb-bsd-sockets:host-ent-addresses




More information about the slime-cvs mailing list