summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-09-11 22:08:24 -0600
committerKarl Williamson <khw@cpan.org>2019-09-15 10:39:56 -0600
commit86a87e17c5d1d82c2d23289eee5a7afc7bf11876 (patch)
tree463222e1d621661e2d4aa37ce14a5b6fa03b3a94 /embed.fnc
parentbdef45de9c7826f7f2eefe93a033a3f42f25608a (diff)
downloadperl-86a87e17c5d1d82c2d23289eee5a7afc7bf11876.tar.gz
embed.fnc: Add p flag for is_utf8_non_invariant_string()
This is because it has the X flag, which means the function is visible on ELF systems.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 8bcee1c3aa..dd41bae851 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1015,7 +1015,7 @@ EiTRd |Size_t |variant_under_utf8_count|NN const U8* const s \
AmTdRP |bool |is_ascii_string|NN const U8* const s|STRLEN len
AmTdRP |bool |is_invariant_string|NN const U8* const s|STRLEN len
#if defined(PERL_CORE) || defined (PERL_EXT)
-EXTidR |bool |is_utf8_non_invariant_string|NN const U8* const s \
+EXTidRp |bool |is_utf8_non_invariant_string|NN const U8* const s \
|STRLEN len
#endif
AbTpdD |STRLEN |is_utf8_char |NN const U8 *s