From: Gurusamy Sarathy <gsar@cpan.org>
Date: Sat, 11 Jul 1998 19:36:58 +0000 (+0000)
Subject: export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=959068107bde652a5c1522a702e72d0c7d4a2d44;p=p5sagit%2Fp5-mst-13.2.git

export newRV_noinc on win32, deprecate AvFILL in favor of av_len()

p4raw-id: //depot/perl@1439
---

diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index eb298bf..0e3d65b 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -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
 
diff --git a/win32/makedef.pl b/win32/makedef.pl
index 02a9484..c49c68d 100644
--- a/win32/makedef.pl
+++ b/win32/makedef.pl
@@ -244,7 +244,7 @@ Perl_sv_nv
 Perl_sv_true
 Perl_sv_uv
 Perl_sv_pvn
-Perl_newRV_noinc)];
+)];
  }
 
 unless ($define{'FAKE_THREADS'})