summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/regex.c b/regex.c
index 9b31d5f233..b6fabb585d 100644
--- a/regex.c
+++ b/regex.c
@@ -3603,12 +3603,8 @@ int current_mbctype = MBCTYPE_ASCII;
#endif
void
-#ifdef __STDC__
-mbcinit(int mbctype)
-#else
mbcinit(mbctype)
int mbctype;
-#endif
{
switch (mbctype) {
case MBCTYPE_ASCII: