summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-01-04 21:29:10 -0700
committerKarl Williamson <khw@cpan.org>2015-01-13 12:01:02 -0700
commitd262c0c7f39a7648b418423cba7b24c6e638c4ee (patch)
tree20ed71b4f2cbd47d7546f8d54b4401448ec72faf /regnodes.h
parenta4fbcc27c3bd768277fb2cfbb312f8ada31e3440 (diff)
downloadperl-d262c0c7f39a7648b418423cba7b24c6e638c4ee.tar.gz
Reserve a bit for 'the re strict subpragma.
This is another step in the process
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 94616a60a6..439fa8d7b1 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -642,7 +642,7 @@ EXTCONST char * const PL_reg_name[] = {
EXTCONST char * PL_reg_extflags_name[];
#else
EXTCONST char * const PL_reg_extflags_name[] = {
- /* Bits in extflags defined: 11111111111111110000011111111111 */
+ /* Bits in extflags defined: 11111111111111110000111111111111 */
"MULTILINE", /* 0x00000001 */
"SINGLELINE", /* 0x00000002 */
"FOLD", /* 0x00000004 */
@@ -653,8 +653,8 @@ EXTCONST char * const PL_reg_extflags_name[] = {
"CHARSET0", /* 0x00000080 : "CHARSET" - 0x00000380 */
"CHARSET1", /* 0x00000100 : "CHARSET" - 0x00000380 */
"CHARSET2", /* 0x00000200 : "CHARSET" - 0x00000380 */
- "SPLIT", /* 0x00000400 */
- "UNUSED_BIT_11", /* 0x00000800 */
+ "STRICT", /* 0x00000400 */
+ "SPLIT", /* 0x00000800 */
"UNUSED_BIT_12", /* 0x00001000 */
"UNUSED_BIT_13", /* 0x00002000 */
"UNUSED_BIT_14", /* 0x00004000 */