From a7395183ddec262f3fbacc94bae42d57bbae362c Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 9 May 2019 23:38:25 +0200 Subject: [PATCH] Swank: Only use :fd-handler with SBCL --- .swank.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swank.lisp b/.swank.lisp index 2de85ecf..2c6777b2 100644 --- a/.swank.lisp +++ b/.swank.lisp @@ -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)