summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2009-10-17 22:47:20 +0200
committerYves Orton <demerphq@gmail.com>2009-10-19 22:56:47 +0200
commitd1eb31775715b0fcd7f36308da961c0698205d9f (patch)
treec8850c8fe42d0523b4cd910fe55691a6e088c1c6 /regcomp.h
parent3b665c4736519efd7820e8513b3bcd40fd968e45 (diff)
downloadperl-d1eb31775715b0fcd7f36308da961c0698205d9f.tar.gz
somewhat fix failing regex tests. but break lots of other stuff at the same time
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index 198961c2c3..a1aba15810 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -197,7 +197,7 @@ struct regnode_2 {
#define ANYOF_BITMAP_SIZE 32 /* 256 b/(8 b/B) */
-#define ANYOF_CLASSBITMAP_SIZE 4 /* up to 40 (8*5) named classes */
+#define ANYOF_CLASSBITMAP_SIZE 4 /* up to 32 (8*4) named classes */
/* also used by trie */
struct regnode_charclass {