aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-10-04 21:57:57 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-10-04 21:57:57 +0200
commit6735db9861e32576ece279f7e9e0ecaa314786a2 (patch)
treefb8ea13fc908095b0eeed12177afb0820642bcc9 /main.c
parent953f97ddd184f3dfb1ce16ee2965012965b17fac (diff)
downloadegawk-6735db9861e32576ece279f7e9e0ecaa314786a2.tar.gz
egawk-6735db9861e32576ece279f7e9e0ecaa314786a2.tar.bz2
egawk-6735db9861e32576ece279f7e9e0ecaa314786a2.zip
Make gawk_mb_cur_max compile time constant if no mbs support.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 66d4b9b6..43a3e4a5 100644
--- a/main.c
+++ b/main.c
@@ -150,8 +150,6 @@ int use_lc_numeric = FALSE; /* obey locale for decimal point */
#if MBS_SUPPORT
int gawk_mb_cur_max; /* MB_CUR_MAX value, see comment in main() */
-#else
-const int gawk_mb_cur_max = 1;
#endif
FILE *output_fp; /* default output for debugger */