mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@84 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9c1657f302
commit
869a0bb90a
5 changed files with 54 additions and 6 deletions
3
regex.c
3
regex.c
|
@ -1381,6 +1381,7 @@ re_compile_pattern(pattern, size, bufp)
|
|||
break;
|
||||
|
||||
case ':':
|
||||
pending_exact = 0;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -1417,6 +1418,8 @@ re_compile_pattern(pattern, size, bufp)
|
|||
break;
|
||||
|
||||
case ':':
|
||||
if (fixup_jump)
|
||||
store_jump(fixup_jump, jump, b);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue