From: Nick Ing-Simmons Date: Tue, 24 Apr 2001 18:49:43 +0000 (+0000) Subject: Integrate mainline. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80ba6418769a50495817febeeb7237998fd69776;p=p5sagit%2Fp5-mst-13.2.git Integrate mainline. p4raw-id: //depot/perlio@9819 --- 80ba6418769a50495817febeeb7237998fd69776 diff --cc pod/perlapi.pod index 3f7c2f9,5fbc201..491e484 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@@ -2408,19 -2408,19 +2408,19 @@@ false, defined or undefined. Does not =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