1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

(scm_compile_shell_switches): Do not set scm_mask_ints. Asyncs are

enabled by default.
This commit is contained in:
Marius Vollmer 2002-10-09 22:26:37 +00:00
parent aae9a22bfb
commit de46f022e4

View 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. */