summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-08 03:57:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-08 03:57:01 +0000
commit28412851825d1bc7c8e885387e1f1b257cf8a0cf (patch)
treef80f1bfa6e480e75f6af94fc2202576b2dfaabd7 /regex.c
parenta9e9697994a08600f5dbb46a1fe2a07233cb4890 (diff)
19991108
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regex.c b/regex.c
index 8634dfe90c..1a1662a112 100644
--- a/regex.c
+++ b/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);