aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-21 10:41:46 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-21 10:41:46 +0200
commitf3eec73c3b99d1b688421ca2c3e0cd3117ca452d (patch)
tree5927db3d9f0949816b628a2e7740bfed2826a6d1 /main.c
parent6316df7a19613a47f94366d24f3302daf5d582da (diff)
parente9f1827fcd3a45cbf5a6df93d9e177e3151e1f56 (diff)
downloadegawk-f3eec73c3b99d1b688421ca2c3e0cd3117ca452d.tar.gz
egawk-f3eec73c3b99d1b688421ca2c3e0cd3117ca452d.tar.bz2
egawk-f3eec73c3b99d1b688421ca2c3e0cd3117ca452d.zip
Merge branch 'gawk-4.1-stable' into memory-work
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index a2bdf1bc..69e536f6 100644
--- a/main.c
+++ b/main.c
@@ -497,8 +497,7 @@ main(int argc, char **argv)
if (use_lc_numeric)
setlocale(LC_NUMERIC, locale);
#endif
-// fprintf(stderr, "locale is <%s>\n", locale); fflush(stderr);
-
+
init_io();
output_fp = stdout;