This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp_trie.c - use the indirect types so we are safe to changes
authorYves Orton <demerphq@gmail.com>
Mon, 9 Jan 2023 21:28:19 +0000 (22:28 +0100)
committerYves Orton <demerphq@gmail.com>
Sun, 15 Jan 2023 12:46:02 +0000 (13:46 +0100)
commit3645ca4ee1a59fae1a6d6817c4582968ffd0a731
tree5dfc9f0339ae764b273ed711a35835ef15c5f988
parent0e946b8626799edfa80f978f41e9abb045579c24
regcomp_trie.c - use the indirect types so we are safe to changes

We shouldnt assume that a TRIEC is a regcomp_charclass. We have a per
opcode type exactly for this type of use, so lets use it.
regcomp_trie.c