summaryrefslogtreecommitdiff
path: root/perlapi.c
diff options
context:
space:
mode:
authorSimon Cozens <simon@netthink.co.uk>2000-09-15 00:46:57 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-14 22:53:37 +0000
commitb6b716fe3a82a1de9cf94c1d43c790a87a9ece17 (patch)
treea76850063fa3140a39ee9ba85685978b59e37547 /perlapi.c
parent40826f67d31c2606453337361c7fd592c5548941 (diff)
downloadperl-b6b716fe3a82a1de9cf94c1d43c790a87a9ece17.tar.gz
utf8.c apidoc
Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org> p4raw-id: //depot/perl@7087
Diffstat (limited to 'perlapi.c')
-rw-r--r--perlapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perlapi.c b/perlapi.c
index 496fcc9318..614f94f531 100644
--- a/perlapi.c
+++ b/perlapi.c
@@ -3380,9 +3380,9 @@ Perl_bytes_to_utf8(pTHXo_ U8 *s, STRLEN *len)
#undef Perl_utf8_to_uv
UV
-Perl_utf8_to_uv(pTHXo_ U8 *s, I32* retlen)
+Perl_utf8_to_uv(pTHXo_ U8 *s, I32* retlen, bool checking)
{
- return ((CPerlObj*)pPerl)->Perl_utf8_to_uv(s, retlen);
+ return ((CPerlObj*)pPerl)->Perl_utf8_to_uv(s, retlen, checking);
}
#undef Perl_uv_to_utf8