Integrate mainline
Nick Ing-Simmons [Fri, 15 Dec 2000 22:14:31 +0000 (22:14 +0000)]
p4raw-id: //depot/perlio@8140

1  2 
pod/perlapi.pod

diff --combined pod/perlapi.pod
@@@ -298,7 -298,7 +298,7 @@@ L<perlsub/"Constant Functions">
        SV*     cv_const_sv(CV* cv)
  
  =for hackers
- Found in file op.c
+ Found in file opmini.c
  
  =item dMARK
  
@@@ -1178,7 -1178,7 +1178,7 @@@ eligible for inlining at compile-time
        CV*     newCONSTSUB(HV* stash, char* name, SV* sv)
  
  =for hackers
- Found in file op.c
+ Found in file opmini.c
  
  =item newHV
  
@@@ -1324,7 -1324,7 +1324,7 @@@ Found in file sv.
  Used by C<xsubpp> to hook up XSUBs as Perl subs.
  
  =for hackers
- Found in file op.c
+ Found in file opmini.c
  
  =item newXSproto
  
@@@ -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<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
  
 -=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