diff options
Diffstat (limited to 're.h')
-rw-r--r-- | re.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |