summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-30 11:02:55 -0600
committerKarl Williamson <khw@cpan.org>2022-07-10 11:56:49 -0600
commit543b9dd5e1ac26dc8f1c485eb2a370d5b37bc7a7 (patch)
tree93a3cebd602bfa4cc1a2b39a9ba8c73e4f52061d /regnodes.h
parent1ca79dd0eed419a5e6f5b5f8b694ee454117ed0e (diff)
downloadperl-543b9dd5e1ac26dc8f1c485eb2a370d5b37bc7a7.tar.gz
Create new regnode type ANYOFH
This previously was lumped in with plain ANYOF. A future commit will be easier if this is separated out, and doing so leads to some simplifications, and from having to know all the OPs in this type.
Diffstat (limited to 'regnodes.h')
-rw-r--r--regnodes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/regnodes.h b/regnodes.h
index fdb7ae0d9b..50f11899c8 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -1472,10 +1472,10 @@ EXTCONST U8 PL_regkind[] = {
ANYOF, /* ANYOFD */
ANYOF, /* ANYOFL */
ANYOF, /* ANYOFPOSIXL */
- ANYOF, /* ANYOFH */
- ANYOF, /* ANYOFHb */
- ANYOF, /* ANYOFHr */
- ANYOF, /* ANYOFHs */
+ ANYOFH, /* ANYOFH */
+ ANYOFH, /* ANYOFHb */
+ ANYOFH, /* ANYOFHr */
+ ANYOFH, /* ANYOFHs */
ANYOFR, /* ANYOFR */
ANYOFR, /* ANYOFRb */
ANYOFM, /* ANYOFM */