From: Taylor R Campbell Date: Tue, 19 Dec 2017 14:53:44 +0000 (+0000) Subject: Restore SIGQUIT handler so I can enter breakpoints again. X-Git-Tag: mit-scheme-pucked-9.2.12~14^2~2 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c49d7f876315704ac2d0905be824bfebb3456f1c;p=mit-scheme.git Restore SIGQUIT handler so I can enter breakpoints again. --- diff --git a/src/microcode/uxsig.c b/src/microcode/uxsig.c index da8615603..5fea9b2d6 100644 --- a/src/microcode/uxsig.c +++ b/src/microcode/uxsig.c @@ -682,7 +682,6 @@ UX_initialize_signals (void) bind_handler (SIGALRM, sighnd_timer); bind_handler (SIGVTALRM, sighnd_timer); bind_handler (SIGTERM, sighnd_control_g); - bind_handler (SIGQUIT, sighnd_control_g); bind_handler (SIGHUP, sighnd_control_g); bind_handler (SIGUSR1, sighnd_save_then_terminate); #ifdef HAVE_NICE