diff options
author | Yves Orton <demerphq@gmail.com> | 2006-06-09 02:56:37 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-09 14:06:24 +0000 |
commit | 07be1b83a6b2d24b492356181ddf70e1c7917ae3 (patch) | |
tree | c0050e3a1ae2933d9871008a8bd127ba0b97b33f /sv.c | |
parent | b23a565decf7acb33d46fc5bb7bed5ad79774efe (diff) | |
download | perl-07be1b83a6b2d24b492356181ddf70e1c7917ae3.tar.gz |
Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
(with tweaks)
p4raw-id: //depot/perl@28373
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9536,6 +9536,7 @@ Perl_re_dup(pTHX_ const REGEXP *r, CLONE_PARAMS *param) d->data[i] = r->data->data[i]; break; case 't': + case 'T': d->data[i] = r->data->data[i]; OP_REFCNT_LOCK; ((reg_trie_data*)d->data[i])->refcount++; |