summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/match.c b/match.c
index 09d34dec..4e060df0 100644
--- a/match.c
+++ b/match.c
@@ -1366,6 +1366,8 @@ static val do_txeval(val spec, val form, val bindings, val allow_unbound)
sem_error(spec, lit("~a"), exc, nao);
}
+
+ uw_unwind { }
}
uw_catch_end;
@@ -2748,7 +2750,6 @@ static val v_try(match_files_ctx *c)
uw_catch_begin(catch_syms, exsym, exvals);
result = match_files(mf_spec(*c, try_clause));
- uw_do_unwind;
uw_catch(exsym, exvals) {
{
@@ -2807,7 +2808,6 @@ static val v_try(match_files_ctx *c)
}
}
}
- uw_do_unwind;
}
uw_unwind {