mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* string.c (str_gsub): should not use mbclen2() which has broken API.
* re.c: remove rb_reg_mbclen2(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
24385e708e
commit
3d7f8c2320
5 changed files with 13 additions and 16 deletions
|
@ -45,9 +45,6 @@ VALUE rb_reg_quote(VALUE);
|
|||
|
||||
RUBY_EXTERN int ruby_ignorecase;
|
||||
|
||||
int rb_reg_mbclen2(unsigned int, VALUE);
|
||||
#define mbclen2(c,re) rb_reg_mbclen2((c),(re))
|
||||
|
||||
#if defined(__cplusplus)
|
||||
#if 0
|
||||
{ /* satisfy cc-mode */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue