summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-03-29 10:08:43 -0600
committerKarl Williamson <khw@cpan.org>2018-03-29 10:14:57 -0600
commit0dc258e2b8d107ef76f2d62c1a1a68222fd1e769 (patch)
treedb68063580d4adf2301e3a187af00d78eb013343 /embed.fnc
parent122ce0a11ac3be141e90e47a2bb1a6a8a91a78bd (diff)
downloadperl-0dc258e2b8d107ef76f2d62c1a1a68222fd1e769.tar.gz
embed.fnc: Add a const to parameter
To match what the file declares it as.
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 43fc31aa29..cb260985a1 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -828,7 +828,7 @@ AnidR |bool |is_utf8_string_flags \
AnmdpR |bool |is_strict_utf8_string|NN const U8 *s|STRLEN len
AnmdpR |bool |is_c9strict_utf8_string|NN const U8 *s|STRLEN len
Anpdmb |bool |is_utf8_string_loc \
- |NN const U8 *s|STRLEN len|NN const U8 **ep
+ |NN const U8 *s|const STRLEN len|NN const U8 **ep
Andm |bool |is_utf8_string_loc_flags \
|NN const U8 *s|STRLEN len|NN const U8 **ep \
|const U32 flags