mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
1.1b9_26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
16487ee284
commit
992923053c
30 changed files with 646 additions and 120 deletions
3
regex.c
3
regex.c
|
@ -2971,6 +2971,9 @@ re_match(bufp, string_arg, size, pos, regs)
|
|||
regstart[mcnt] = regend[mcnt]
|
||||
= old_regstart[mcnt] = old_regend[mcnt]
|
||||
= best_regstart[mcnt] = best_regend[mcnt] = REG_UNSET_VALUE;
|
||||
#ifdef __CHECKER__
|
||||
reg_info[mcnt].word = 0;
|
||||
#endif
|
||||
REG_MATCH_NULL_STRING_P (reg_info[mcnt]) = MATCH_NULL_UNSET_VALUE;
|
||||
IS_ACTIVE (reg_info[mcnt]) = 0;
|
||||
MATCHED_SOMETHING (reg_info[mcnt]) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue