summaryrefslogtreecommitdiff
path: root/proto.h
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 15:30:34 -0600
commit8d1c5bf7d17d83e59be2dd13a370326d04f24f90 (patch)
tree5649a4b42480d017f71ec90352853743d8c5eefb /proto.h
parent0dc258e2b8d107ef76f2d62c1a1a68222fd1e769 (diff)
downloadperl-8d1c5bf7d17d83e59be2dd13a370326d04f24f90.tar.gz
Update proto.h
It turns out I didn't do a format-patch after fixing this unregenerated proto.h bug in 0dc258e2b8d107ef76f2d62c1a1a68222fd1e769, so I ended up pushing an outdated version.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 1e899679c2..6131abc359 100644
--- a/proto.h
+++ b/proto.h
@@ -1707,7 +1707,7 @@ PERL_STATIC_INLINE bool S_is_utf8_string_flags(const U8 *s, STRLEN len, const U3
#endif
#ifndef NO_MATHOMS
-PERL_CALLCONV bool Perl_is_utf8_string_loc(const U8 *s, STRLEN len, const U8 **ep);
+PERL_CALLCONV bool Perl_is_utf8_string_loc(const U8 *s, const STRLEN len, const U8 **ep);
#define PERL_ARGS_ASSERT_IS_UTF8_STRING_LOC \
assert(s); assert(ep)
#endif