File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1824,7 +1824,7 @@ Perl__utf8n_to_uvchr_msgs_helper(const U8 *s,
1824
1824
/* If we don't know for sure that the input length is
1825
1825
* valid, avoid as much as possible reading past the
1826
1826
* end of the buffer */
1827
- int printlen = (flags & _UTF8_NO_CONFIDENCE_IN_CURLEN )
1827
+ int printlen = (flags & UTF8_NO_CONFIDENCE_IN_CURLEN_ )
1828
1828
? (int ) (s - s0 )
1829
1829
: (int ) (send - s0 );
1830
1830
pack_warn = packWARN (WARN_UTF8 );
Original file line number Diff line number Diff line change @@ -1191,7 +1191,7 @@ point's representation.
1191
1191
#define UTF8_WARN_FE_FF UTF8_WARN_PERL_EXTENDED
1192
1192
1193
1193
#define UTF8_CHECK_ONLY 0x8000
1194
- #define _UTF8_NO_CONFIDENCE_IN_CURLEN 0x10000 /* Internal core use only */
1194
+ #define UTF8_NO_CONFIDENCE_IN_CURLEN_ 0x10000 /* Internal core use only */
1195
1195
1196
1196
/* For backwards source compatibility. They do nothing, as the default now
1197
1197
* includes what they used to mean. The first one's meaning was to allow the
You can’t perform that action at this time.
0 commit comments