mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
19991108
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a9e9697994
commit
2841285182
12 changed files with 57 additions and 55 deletions
2
regex.c
2
regex.c
|
@ -2063,6 +2063,7 @@ re_compile_pattern(pattern, size, bufp)
|
|||
BUFPUSH(notwordchar);
|
||||
break;
|
||||
|
||||
#ifndef RUBY
|
||||
case '<':
|
||||
BUFPUSH(wordbeg);
|
||||
break;
|
||||
|
@ -2070,6 +2071,7 @@ re_compile_pattern(pattern, size, bufp)
|
|||
case '>':
|
||||
BUFPUSH(wordend);
|
||||
break;
|
||||
#endif
|
||||
|
||||
case 'b':
|
||||
BUFPUSH(wordbound);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue