From 5f72f1a9802f20dbc10c739b33d49d9c9cc55478 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 2 Jul 1990 04:37:34 +0000
Subject: [PATCH] Added install of SIGQUIT handler.

---
 code/signal.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/code/signal.lisp b/code/signal.lisp
index 164d09933..438b64987 100644
--- a/code/signal.lisp
+++ b/code/signal.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/signal.lisp,v 1.2 1990/06/06 03:59:28 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/signal.lisp,v 1.3 1990/07/02 04:37:34 wlott Exp $
 ;;;
 ;;; Code for handling UNIX signals.
 ;;; 
@@ -58,6 +58,7 @@
 	       `(install-handler ,(mach:unix-signal-number signal)
 				 (di::get-lisp-obj-address ,handler))))
     #+nil (frob :sigint #'sigint-handler)
+    (frob :sigquit #'sigquit-handler)
     (frob :sigill #'sigill-handler)
     (frob :sigtrap #'internal-error)
     (frob :sigiot #'sigiot-handler)
-- 
GitLab