mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
19991104
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0d684beafb
commit
a9e9697994
16 changed files with 2126 additions and 80 deletions
3
re.h
3
re.h
|
@ -36,4 +36,7 @@ VALUE rb_reg_regsub _((VALUE, VALUE, struct re_registers *));
|
|||
int rb_kcode _((void));
|
||||
|
||||
extern int ruby_ignorecase;
|
||||
|
||||
int rb_mbclen2 _((unsigned char, VALUE));
|
||||
#define mbclen2(c,re) rb_mbclen2((c),(re))
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue