diff options
author | Vincent Pit <perl@profvince.com> | 2008-09-13 03:13:30 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-09-13 08:44:30 +0000 |
commit | 71c4dbc37189d1d137ba8e40103273462dd96945 (patch) | |
tree | 2f2dca0183028df04d59a4f7c9c6a63053008e95 /pod | |
parent | ed09b296cb65baf1e63050da7be88c8877c28d10 (diff) | |
download | perl-71c4dbc37189d1d137ba8e40103273462dd96945.tar.gz |
Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif"
Message-ID: <48CAF79A.6000001@profvince.com>
p4raw-id: //depot/perl@34358
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 4cedbc9aa2..8b47295560 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -279,7 +279,8 @@ Found in file av.c =item av_shift X<av_shift> -Shifts an SV off the beginning of the array. +Shifts an SV off the beginning of the array. Returns C<&PL_sv_undef> if the +array is empty. SV* av_shift(AV *av) |