From: Nick Ing-Simmons Date: Sat, 9 Dec 2000 12:30:43 +0000 (+0000) Subject: Integrate mainline. X-Git-Tag: accepted/trunk/20130322.191538~23899^2~905 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=553151e7a76c75a9f0ccbf6e0802e72fde2ec8f2;p=platform%2Fupstream%2Fperl.git Integrate mainline. p4raw-id: //depot/perlio@8048 --- 553151e7a76c75a9f0ccbf6e0802e72fde2ec8f2 diff --cc pod/perlapi.pod index 50ac40c,cf7c5db..fa18e66 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@@ -2368,19 -2368,19 +2368,19 @@@ false, defined or undefined. Does not =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 --=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