aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorjohn haque <j.eh@mchsi.com>2012-01-01 10:33:09 -0600
committerjohn haque <j.eh@mchsi.com>2012-01-01 10:33:09 -0600
commitd84926f0d651d5f55b1be3b760b572a50197593f (patch)
tree07772fc4891f390d23eeb640e9e84195d6c1392b /main.c
parentdc5f240cf358edaf8191f5a36f9066b0f0817462 (diff)
downloadegawk-d84926f0d651d5f55b1be3b760b572a50197593f.tar.gz
egawk-d84926f0d651d5f55b1be3b760b572a50197593f.tar.bz2
egawk-d84926f0d651d5f55b1be3b760b572a50197593f.zip
Added timeout for reading from input.
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