diff options
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |