summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.c b/txr.c
index 2c96d34f..b15d275a 100644
--- a/txr.c
+++ b/txr.c
@@ -978,7 +978,7 @@ int txr_main(int argc, char **argv)
close_stream(parse_stream, nil);
- uw_dump_deferred_warnings(std_error);
+ uw_release_deferred_warnings();
if (parser.errors)
return EXIT_FAILURE;
@@ -1019,7 +1019,7 @@ int txr_main(int argc, char **argv)
close_stream(parse_stream, nil);
- uw_dump_deferred_warnings(std_error);
+ uw_release_deferred_warnings();
if (!enter_repl)
return result ? 0 : EXIT_FAILURE;