From 71c4dbc37189d1d137ba8e40103273462dd96945 Mon Sep 17 00:00:00 2001 From: Vincent Pit Date: Sat, 13 Sep 2008 03:13:30 +0200 Subject: Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif" Message-ID: <48CAF79A.6000001@profvince.com> p4raw-id: //depot/perl@34358 --- pod/perlapi.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pod') 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 -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) -- cgit v1.2.1