summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlguts.pod2
-rw-r--r--win32/makedef.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index eb298bfb31..0e3d65b5e0 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 02a9484537..c49c68dd72 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'})