1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1999-11-08 03:57:01 +00:00
parent a9e9697994
commit 2841285182
12 changed files with 57 additions and 55 deletions

View file

@ -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);