summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-14 04:10:39 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-14 04:10:39 +0000
commitc25084921670dfe33a0871ee7b94c102fea0ea3a (patch)
treef0df3bfdc54529ba5c345f5536f7164acf7746d4 /regex.c
parentae2fe781dd4aae16a2f03a4b9fb93514eb9886d4 (diff)
prototypes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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: