From 334afb3ef43aa91a8701c4ca7e753a5ec8e71f88 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 17 Sep 2014 17:55:16 -0600 Subject: 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 --- regnodes.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'regnodes.h') 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 */ -- cgit v1.2.1