aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/awk.h b/awk.h
index 2f3ccddc..0c954723 100644
--- a/awk.h
+++ b/awk.h
@@ -935,7 +935,7 @@ extern int do_lint_old;
#if MBS_SUPPORT
extern int gawk_mb_cur_max;
#else
-extern const int gawk_mb_cur_max;
+#define gawk_mb_cur_max (1)
#endif
#if defined (HAVE_GETGROUPS) && defined(NGROUPS_MAX) && NGROUPS_MAX > 0