From: Jarkko Hietaniemi Date: Fri, 9 Feb 2001 19:02:35 +0000 (+0000) Subject: Forgotten fragment. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=682a4d6ff488c90b285372b88adbfe46b909f779;p=p5sagit%2Fp5-mst-13.2.git Forgotten fragment. p4raw-id: //depot/perl@8749 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index aa50fbd..40d40fe 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2365,19 +2365,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