diff options
author | Karl Williamson <khw@cpan.org> | 2018-03-29 10:08:43 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-03-29 15:30:34 -0600 |
commit | 8d1c5bf7d17d83e59be2dd13a370326d04f24f90 (patch) | |
tree | 5649a4b42480d017f71ec90352853743d8c5eefb /proto.h | |
parent | 0dc258e2b8d107ef76f2d62c1a1a68222fd1e769 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |