mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
1.1b9_05_pre1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cdde29b924
commit
fbbd5539ae
10 changed files with 32 additions and 21 deletions
4
regex.h
4
regex.h
|
@ -172,7 +172,11 @@ extern long re_syntax_options;
|
|||
extern const unsigned char *mbctab;
|
||||
extern int current_mbctype;
|
||||
|
||||
#ifdef __STDC__
|
||||
void mbcinit (int);
|
||||
#else
|
||||
void mbcinit ();
|
||||
#endif
|
||||
|
||||
#undef ismbchar
|
||||
#define ismbchar(c) mbctab[(unsigned char)(c)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue