This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d5e12
)
regcomp.c: Update comment to new reality
author
Karl Williamson
<khw@cpan.org>
Mon, 12 May 2014 00:20:54 +0000
(18:20 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sun, 1 Jun 2014 14:56:22 +0000
(08:56 -0600)
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
a259624
..
f5d3b8a
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-1718,7
+1718,7
@@
S_dump_trie_interim_table(pTHX_ const struct _reg_trie_data *trie,
May be the same as tail.
tail : item following the branch sequence
count : words in the sequence
- flags : currently the OP() type we will be building one of /EXACT(|F|F
l
)/
+ flags : currently the OP() type we will be building one of /EXACT(|F|F
A|FU|FU_SS
)/
depth : indent depth
Inplace optimizes a sequence of 2 or more Branch-Exact nodes into a TRIE node.