summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.c b/txr.c
index cc5fe87a..50022f15 100644
--- a/txr.c
+++ b/txr.c
@@ -591,6 +591,8 @@ int txr_main(int argc, char **argv)
else
bindings = cons(cons(sym, t), bindings);
+ match_reg_var(sym);
+
continue;
}
@@ -976,6 +978,8 @@ int txr_main(int argc, char **argv)
close_stream(parse_stream, nil);
+ uw_dump_deferred_warnings(std_error);
+
if (parser.errors)
return EXIT_FAILURE;