aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index f8b5d81b..8899db59 100644
--- a/main.c
+++ b/main.c
@@ -672,8 +672,10 @@ out:
if (use_lc_numeric)
setlocale(LC_NUMERIC, "");
#endif
-
+
+ init_io();
output_fp = stdout;
+
if (do_debug)
debug_prog(code_block);
else