From 39fb0ac880fd9390e3f92048baaba9392e38eca6 Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Sun, 19 Nov 2000 20:01:16 +0000 Subject: [PATCH] diff -se shows these as different p4raw-id: //depot/perlio@7753 --- global.sym | 1 + pod/perlapi.pod | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/global.sym b/global.sym index 2143319..c5e527b 100644 --- a/global.sym +++ b/global.sym @@ -461,6 +461,7 @@ Perl_unlock_condpair Perl_unsharepvn Perl_utf16_to_utf8 Perl_utf16_to_utf8_reversed +Perl_utf8_length Perl_utf8_distance Perl_utf8_hop Perl_utf8_to_bytes diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 061f403..7a93dea 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2368,19 +2368,19 @@ false, defined or undefined. Does not handle 'get' magic. =for hackers Found in file sv.h -=item SvTYPE - -Returns the type of the SV. See C. +=item svtype - svtype SvTYPE(SV* sv) +An enum of flags for Perl types. These are found in the file B +in the C enum. Test these flags with the C macro. =for hackers Found in file sv.h -=item svtype +=item SvTYPE -An enum of flags for Perl types. These are found in the file B -in the C enum. Test these flags with the C macro. +Returns the type of the SV. See C. + + svtype SvTYPE(SV* sv) =for hackers Found in file sv.h -- 2.7.4