diff options
author | john haque <j.eh@mchsi.com> | 2012-01-01 10:33:09 -0600 |
---|---|---|
committer | john haque <j.eh@mchsi.com> | 2012-01-01 10:33:09 -0600 |
commit | d84926f0d651d5f55b1be3b760b572a50197593f (patch) | |
tree | 07772fc4891f390d23eeb640e9e84195d6c1392b /main.c | |
parent | dc5f240cf358edaf8191f5a36f9066b0f0817462 (diff) | |
download | egawk-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.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |