summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-16 16:26:36 -0600
committerKarl Williamson <khw@cpan.org>2014-09-29 11:07:39 -0600
commit975a06f7f899d1dd89d8a66defc0b3ee41013d1f (patch)
tree523ad16df3478c4d86155fe55c3fe1c2f38bf768 /regnodes.h
parent9da99c5e4f931efdaa065a5f0101b2b992a303ef (diff)
downloadperl-975a06f7f899d1dd89d8a66defc0b3ee41013d1f.tar.gz
regcomp.sym: ANYOF nodes have an argument
Plus a bitmap, but they always have an argument besides, contrary to what was specified here. Future commits rely on this, whereas heretofore this error was harmless.
Diffstat (limited to 'regnodes.h')
-rw-r--r--regnodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regnodes.h b/regnodes.h
index ccec4d6a7d..3feb312f93 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -310,7 +310,7 @@ static const U8 regarglen[] = {
0, /* REG_ANY */
0, /* SANY */
0, /* CANY */
- 0, /* ANYOF */
+ EXTRA_SIZE(struct regnode_1), /* ANYOF */
0, /* POSIXD */
0, /* POSIXL */
0, /* POSIXU */