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:
parent
aae9a22bfb
commit
de46f022e4
1 changed files with 0 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue