X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regnodes.h;h=79de061fb6acf97abde4fa992d63878c59043c02;hb=ea581a515b67cceacd5ceea839a0bff72973e0b1;hp=b47e450e1d56810b2b47160fc460130cfea45422;hpb=52d81aa88ad6014ec0ca7c381776c58dd68e428a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regnodes.h b/regnodes.h index b47e450..79de061 100644 --- a/regnodes.h +++ b/regnodes.h @@ -625,7 +625,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: 11111111111111111111111100111111 */ + /* Bits in extflags defined: 11111111111101111111111100111111 */ "MULTILINE", /* 0x00000001 */ "SINGLELINE", /* 0x00000002 */ "FOLD", /* 0x00000004 */ @@ -645,7 +645,7 @@ EXTCONST char * const PL_reg_extflags_name[] = { "CANY_SEEN", /* 0x00010000 */ "NOSCAN", /* 0x00020000 */ "CHECK_ALL", /* 0x00040000 */ - "UTF8", /* 0x00080000 */ + "UNUSED_BIT_19", /* 0x00080000 */ "MATCH_UTF8", /* 0x00100000 */ "USE_INTUIT_NOML", /* 0x00200000 */ "USE_INTUIT_ML", /* 0x00400000 */