summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-02-24 03:55:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-02-24 03:55:01 +0000
commit6bab1e5abd81d57fe1046a7acc7f699ab6ee3190 (patch)
tree8de61871089ded9ff953b23091362286b9cabe55 /regex.c
parentabf6499961c0cf0dd7a20323e915f9c82fcf8b4f (diff)
dyna_var,regex,line cotinuation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@90 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/regex.c b/regex.c
index 3d30d4755f..958f384c6c 100644
--- a/regex.c
+++ b/regex.c
@@ -1420,6 +1420,7 @@ re_compile_pattern(pattern, size, bufp)
case ':':
if (fixup_jump)
store_jump(fixup_jump, jump, b);
+ pending_exact = 0;
default:
break;
}