(scm_compile_shell_switches): Do not set scm_mask_ints. Asyncs are
authorMarius Vollmer <mvo@zagadka.de>
Wed, 9 Oct 2002 22:26:37 +0000 (22:26 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 9 Oct 2002 22:26:37 +0000 (22:26 +0000)
enabled by default.

libguile/script.c

index f3d89dc..f94de47 100644 (file)
@@ -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. */