summaryrefslogtreecommitdiff
path: root/inline.h
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 /inline.h
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 'inline.h')
-rw-r--r--inline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inline.h b/inline.h
index c35fe9561e..5a4729a8b4 100644
--- a/inline.h
+++ b/inline.h
@@ -775,7 +775,7 @@ at this low a level. A valid use case could change that.
*/
PERL_STATIC_INLINE bool
-S_is_utf8_non_invariant_string(const U8* const s, STRLEN len)
+Perl_is_utf8_non_invariant_string(const U8* const s, STRLEN len)
{
const U8 * first_variant;