diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-24 17:57:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-24 17:57:44 +0000 |
commit | 1724fb8e7df982f0fd79fb192e0146e474675132 (patch) | |
tree | 5d2f5553eff128d069845d924e3decc059dd58f1 /proto.h | |
parent | 067a85ef854d787b90f02ceec6c3398c3103295b (diff) | |
download | perl-1724fb8e7df982f0fd79fb192e0146e474675132.tar.gz |
Missed the header file changes from #7425.
p4raw-id: //depot/perl@7426
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ PERL_CALLCONV bool Perl_is_uni_xdigit_lc(pTHX_ U32 c); PERL_CALLCONV U32 Perl_to_uni_upper_lc(pTHX_ U32 c); PERL_CALLCONV U32 Perl_to_uni_title_lc(pTHX_ U32 c); PERL_CALLCONV U32 Perl_to_uni_lower_lc(pTHX_ U32 c); -PERL_CALLCONV int Perl_is_utf8_char(pTHX_ U8 *p); +PERL_CALLCONV STRLEN Perl_is_utf8_char(pTHX_ U8 *p); PERL_CALLCONV bool Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len); PERL_CALLCONV bool Perl_is_utf8_alnum(pTHX_ U8 *p); PERL_CALLCONV bool Perl_is_utf8_alnumc(pTHX_ U8 *p); |