diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-11-30 21:38:09 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-01 18:09:53 -0800 |
commit | 60c7e6729abcbf29933292741d6e80291f00a7c0 (patch) | |
tree | f97e9a9f76b46d13d7757a8c705366c9d35af4e2 /regcomp.sym | |
parent | 54251c2ea6cf7f216b5de51bbed4a87b4bf578a4 (diff) | |
download | perl-60c7e6729abcbf29933292741d6e80291f00a7c0.tar.gz |
regcomp.sym: update comment
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym index a85d33f6b3..ab57929310 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -145,7 +145,7 @@ RENUM BRANCHJ, off 1 . 1 ; Group with independently numbered parens. # inline charclass data (ascii only), the 'C' store it in the structure. # NOTE: the relative order of the TRIE-like regops is signifigant -TRIE TRIE, trie 1 ; Match many EXACT(FL?)? at once. flags==type +TRIE TRIE, trie 1 ; Match many EXACT(F[LU]?)? at once. flags==type TRIEC TRIE,trie charclass ; Same as TRIE, but with embedded charclass data # For start classes, contains an added fail table. |