diff options
author | Andy Lester <andy@petdance.com> | 2006-02-23 16:53:40 -0600 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-02-24 10:54:14 +0000 |
commit | 59413342262576e4c1bd4ea92734bcc3506df959 (patch) | |
tree | 69100ac81edd4ec696a660cbc6d211e4cb1a4767 /embed.fnc | |
parent | 96a5add60f1f39d38341c09c11f0542e68f782b0 (diff) | |
download | perl-59413342262576e4c1bd4ea92734bcc3506df959.tar.gz |
Perl_save_aelem can't be const
Message-ID: <20060224045340.GA6318@petdance.com>
p4raw-id: //depot/perl@27301
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -665,7 +665,7 @@ Apda |char* |savesharedpv |NULLOK const char* pv Apda |char* |savesvpv |NN SV* sv Ap |void |savestack_grow Ap |void |savestack_grow_cnt |I32 need -Ap |void |save_aelem |NN const AV* av|I32 idx|NN SV **sptr +Ap |void |save_aelem |NN AV* av|I32 idx|NN SV **sptr Ap |I32 |save_alloc |I32 size|I32 pad Ap |void |save_aptr |NN AV** aptr Ap |AV* |save_ary |NN GV* gv |