summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-02-20 02:10:36 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-02-20 02:10:36 +0000
commit869a0bb90a901b11a8683d251f1b36e5a82729cd (patch)
tree0c97d8cd03236826aea1956588cb84eaa4d87377 /regex.c
parent9c1657f302d0d0e5b8eefa2a70f73bdb57d5fcd6 (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@84 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/regex.c b/regex.c
index d9269fa5a9..3d30d4755f 100644
--- a/regex.c
+++ b/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;
}