summaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/regex.h b/regex.h
index 1d25ea62e1..406351afd7 100644
--- a/regex.h
+++ b/regex.h
@@ -169,12 +169,13 @@ extern long re_syntax_options;
#define MBCTYPE_EUC 1
#define MBCTYPE_SJIS 2
-extern const unsigned char *mbctab;
extern int current_mbctype;
#ifdef __STDC__
+extern const unsigned char *mbctab;
void mbcinit (int);
#else
+extern unsigned char *mbctab;
void mbcinit ();
#endif