projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7660c0a
)
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
patch
|
blob
|
blame
|
history
win32/makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlguts.pod
b/pod/perlguts.pod
index
eb298bf
..
0e3d65b
100644
(file)
--- 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
(file)
--- 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'})