summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-17 17:55:16 -0600
committerKarl Williamson <khw@cpan.org>2014-09-29 11:07:40 -0600
commit334afb3ef43aa91a8701c4ca7e753a5ec8e71f88 (patch)
tree7355b93b5edae4cb09c3f2eda3935208a1b9c0c2 /regnodes.h
parent9a7d4f5f5c4be53dfbc55ca52953e3794a5ef68a (diff)
downloadperl-334afb3ef43aa91a8701c4ca7e753a5ec8e71f88.tar.gz
Make space for /xx flag
This doesn't actually use the flag yet. We no longer have to make version-dependent changes to ext/Devel-Peek/t/Peek.t, (it being in /ext) so this doesn't
Diffstat (limited to 'regnodes.h')
-rw-r--r--regnodes.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/regnodes.h b/regnodes.h
index 73b81a1c2f..7bc75c92d0 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -632,17 +632,17 @@ EXTCONST char * const PL_reg_name[] = {
EXTCONST char * PL_reg_extflags_name[];
#else
EXTCONST char * const PL_reg_extflags_name[] = {
- /* Bits in extflags defined: 11111111111111110000000111111111 */
+ /* Bits in extflags defined: 11111111111111110000001111111111 */
"MULTILINE", /* 0x00000001 */
"SINGLELINE", /* 0x00000002 */
"FOLD", /* 0x00000004 */
"EXTENDED", /* 0x00000008 */
- "KEEPCOPY", /* 0x00000010 */
- "CHARSET0", /* 0x00000020 : "CHARSET" - 0x000000e0 */
- "CHARSET1", /* 0x00000040 : "CHARSET" - 0x000000e0 */
- "CHARSET2", /* 0x00000080 : "CHARSET" - 0x000000e0 */
- "SPLIT", /* 0x00000100 */
- "UNUSED_BIT_9", /* 0x00000200 */
+ "EXTENDED_MORE", /* 0x00000010 */
+ "KEEPCOPY", /* 0x00000020 */
+ "CHARSET0", /* 0x00000040 : "CHARSET" - 0x000001c0 */
+ "CHARSET1", /* 0x00000080 : "CHARSET" - 0x000001c0 */
+ "CHARSET2", /* 0x00000100 : "CHARSET" - 0x000001c0 */
+ "SPLIT", /* 0x00000200 */
"UNUSED_BIT_10", /* 0x00000400 */
"UNUSED_BIT_11", /* 0x00000800 */
"UNUSED_BIT_12", /* 0x00001000 */