From: Nick Ing-Simmons Date: Sun, 19 Nov 2000 20:01:16 +0000 (+0000) Subject: diff -se shows these as different X-Git-Tag: accepted/trunk/20130322.191538~23899^2~947 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39fb0ac880fd9390e3f92048baaba9392e38eca6;p=platform%2Fupstream%2Fperl.git diff -se shows these as different p4raw-id: //depot/perlio@7753 --- 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