export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
Gurusamy Sarathy [Sat, 11 Jul 1998 19:36:58 +0000 (19:36 +0000)]
p4raw-id: //depot/perl@1439

pod/perlguts.pod
win32/makedef.pl

index eb298bf..0e3d65b 100644 (file)
@@ -1483,7 +1483,7 @@ information on how to use this function on tied arrays.
 
 =item AvFILL
 
-Same as C<av_len>.
+Same as C<av_len()>.  Deprecated, use C<av_len()> instead.
 
 =item av_len
 
index 02a9484..c49c68d 100644 (file)
@@ -244,7 +244,7 @@ Perl_sv_nv
 Perl_sv_true
 Perl_sv_uv
 Perl_sv_pvn
-Perl_newRV_noinc)];
+)];
  }
 
 unless ($define{'FAKE_THREADS'})