1
Fork 0
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:
Mikael Djurfeldt 1996-10-06 22:17:15 +00:00
parent 780d8c6e7f
commit e93ffe595c
2 changed files with 11 additions and 1 deletions

View file

@ -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;