diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/slime/files/patch-swank-sbcl.lisp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/slime/files/patch-swank-sbcl.lisp b/editors/slime/files/patch-swank-sbcl.lisp deleted file mode 100644 index df9a696b371..00000000000 --- a/editors/slime/files/patch-swank-sbcl.lisp +++ /dev/null @@ -1,10 +0,0 @@ ---- swank-sbcl.lisp.orig Wed Apr 27 21:16:21 2005 -+++ swank-sbcl.lisp Tue May 24 17:33:21 2005 -@@ -43,6 +43,7 @@ - - (defimplementation preferred-communication-style () - (if (and (member :sb-thread *features*) -+ #+linux - (not (sb-alien:extern-alien "linux_no_threads_p" sb-alien:boolean))) - :spawn - :fd-handler)) |