Swank: Only use :fd-handler with SBCL

master
Pierre Neidhardt 2019-05-09 23:38:25 +02:00
parent 90985a3817
commit a7395183dd
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
(setf swank:*globally-redirect-io* t)
;; The following is required by SBCL for Next.
(setf swank:*communication-style* :fd-handler)
#+sbcl (setf swank:*communication-style* :fd-handler)