summaryrefslogtreecommitdiff
path: root/re.h
diff options
context:
space:
mode:
Diffstat (limited to 're.h')
-rw-r--r--re.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/re.h b/re.h
index 88a67705d5..e38dcb7f3b 100644
--- a/re.h
+++ b/re.h
@@ -36,4 +36,6 @@ void rb_match_busy _((VALUE));
EXTERN int ruby_ignorecase;
+int rb_reg_mbclen2 _((unsigned int, VALUE));
+#define mbclen2(c,re) rb_reg_mbclen2((c),(re))
#endif