Integrate mainline.
Nick Ing-Simmons [Tue, 24 Apr 2001 18:49:43 +0000 (18:49 +0000)]
p4raw-id: //depot/perlio@9819

1  2 
pod/perlapi.pod

diff --cc 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<svtype>.
++=item svtype
  
--      svtype  SvTYPE(SV* sv)
++An enum of flags for Perl types.  These are found in the file B<sv.h> 
++in the C<svtype> enum.  Test these flags with the C<SvTYPE> 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<sv.h> 
--in the C<svtype> enum.  Test these flags with the C<SvTYPE> macro.
++Returns the type of the SV.  See C<svtype>.
++
++      svtype  SvTYPE(SV* sv)
  
  =for hackers
  Found in file sv.h