summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2013-03-25 20:08:56 +0100
committerYves Orton <demerphq@gmail.com>2013-03-27 08:38:00 +0100
commit6976c98688aafe67a4a8b88a77e48e96b8ea0fb9 (patch)
treeec4935a1417fc625118f2245472412db8d582adc /regnodes.h
parent3f5e3f2f07f57709accec3bfe9c57bc97f48246c (diff)
downloadperl-6976c98688aafe67a4a8b88a77e48e96b8ea0fb9.tar.gz
Improve how regcomp.pl handles multibits
In preparation for future changes.
Diffstat (limited to 'regnodes.h')
-rw-r--r--regnodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/regnodes.h b/regnodes.h
index 433460deea..fd2102e9ec 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -656,9 +656,9 @@ EXTCONST char * const PL_reg_extflags_name[] = {
"FOLD", /* 0x00000004 */
"EXTENDED", /* 0x00000008 */
"KEEPCOPY", /* 0x00000010 */
- "CHARSET", /* 0x000000e0 */
- "CHARSET", /* 0x000000e0 */
- "CHARSET", /* 0x000000e0 */
+ "CHARSET0", /* 0x00000020 : "CHARSET" - 0x000000e0 */
+ "CHARSET1", /* 0x00000040 : "CHARSET" - 0x000000e0 */
+ "CHARSET2", /* 0x00000080 : "CHARSET" - 0x000000e0 */
"UNUSED_BIT_8", /* 0x00000100 */
"ANCH_BOL", /* 0x00000200 */
"ANCH_MBOL", /* 0x00000400 */