emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/slime f41e5590e2 26/43: Disable SIGIO support for SBCL on


From: ELPA Syncer
Subject: [nongnu] elpa/slime f41e5590e2 26/43: Disable SIGIO support for SBCL on Haiku
Date: Thu, 28 Dec 2023 22:00:30 -0500 (EST)

branch: elpa/slime
commit f41e5590e28a1dff1fc07111b43841eb1692de94
Author: Al Hoang <13622+hoanga@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Disable SIGIO support for SBCL on Haiku
    
    Co-authored-by: Al Hoang <3811822-hoanga@users.noreply.gitlab.com>
---
 swank/sbcl.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swank/sbcl.lisp b/swank/sbcl.lisp
index 557cbd7c96..a8729cda6e 100644
--- a/swank/sbcl.lisp
+++ b/swank/sbcl.lisp
@@ -151,7 +151,7 @@
 
 ;; The SIGIO stuff should probably be removed as it's unlikey that
 ;; anybody uses it.
-#-win32
+#-(or win32 haiku)
 (progn
   (defimplementation install-sigint-handler (function)
     (sb-sys:enable-interrupt sb-unix:sigint



reply via email to

[Prev in Thread] Current Thread [Next in Thread]