diff options
Diffstat (limited to 'match.c')
-rw-r--r-- | match.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3033,7 +3033,7 @@ static val v_try(match_files_ctx *c) val body = third(clause); val vals = if3(listp(exvals), exvals, - cons(cons(t, exvals), nil)); + cons(exvals, nil)); if (first(clause) == catch_s) { if (uw_exception_subtype_p(exsym, type)) { |