summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/script.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/script.c b/libguile/script.c
index f3d89dc3e..f94de47e2 100644
--- a/libguile/script.c
+++ b/libguile/script.c
@@ -641,8 +641,6 @@ scm_compile_shell_switches (int argc, char **argv)
quit. */
tail = scm_cons (scm_cons (sym_quit, SCM_EOL),
tail);
- /* Allow asyncs (signal handlers etc.) to be run. */
- scm_mask_ints = 0;
}
/* After the following line, actions will be added to the front. */