summaryrefslogtreecommitdiff
path: root/re.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-01 09:42:38 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-01 09:42:38 +0000
commit0b0db73683a163b62556e3c39320b350642e3191 (patch)
tree816b0f807ceea1627cfb090be0147bb619a12340 /re.h
parent42fc13311f0102f5668ebb837bd5f63c812e7b4b (diff)
2000-05-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.h')
-rw-r--r--re.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.h b/re.h
index c4a63e1ff0..a9800af26b 100644
--- a/re.h
+++ b/re.h
@@ -37,6 +37,6 @@ int rb_kcode _((void));
extern int ruby_ignorecase;
-int rb_mbclen2 _((unsigned char, VALUE));
+int rb_mbclen2 _((unsigned int, VALUE));
#define mbclen2(c,re) rb_mbclen2((c),(re))
#endif