mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 12:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
780d8c6e7f
commit
e93ffe595c
2 changed files with 11 additions and 1 deletions
|
@ -214,7 +214,7 @@ cwdr (proc, a1, args, handler, stack_start)
|
|||
#endif
|
||||
|
||||
/* Catch all errors. */
|
||||
answer = scm_catch_apply (SCM_BOOL_T, proc, a1, args, handler, 0);
|
||||
answer = scm_catch_apply (SCM_BOOL_T, proc, a1, args, handler);
|
||||
|
||||
scm_dowinds (old_winds, - scm_ilength (old_winds));
|
||||
SCM_REDEFER_INTS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue