diff options
author | Vincent Pit <perl@profvince.com> | 2009-07-25 00:15:07 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-07-25 23:26:06 +0200 |
commit | 91d1c79f6c648258e3465cf0cdbe8df3ab262de1 (patch) | |
tree | 80fc2bb47eae65d7017d956e3759daf004420d29 /embed.fnc | |
parent | 2788925507d099c7b1e9382ad2ddc4f3d692de28 (diff) | |
download | perl-91d1c79f6c648258e3465cf0cdbe8df3ab262de1.tar.gz |
Introduce save_aelem_flags()
It's the symmetric of save_helem_flags(). save_aelem() is now a macro wrapping around save_aelem_flags().
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -882,7 +882,8 @@ Apda |char* |savesharedpvn |NN const char *const pv|const STRLEN len Apda |char* |savesvpv |NN SV* sv Ap |void |savestack_grow Ap |void |savestack_grow_cnt |I32 need -Ap |void |save_aelem |NN AV* av|I32 idx|NN SV **sptr +Amp |void |save_aelem |NN AV* av|I32 idx|NN SV **sptr +Ap |void |save_aelem_flags|NN AV* av|I32 idx|NN SV **sptr|const U32 flags Ap |I32 |save_alloc |I32 size|I32 pad Ap |void |save_aptr |NN AV** aptr Ap |AV* |save_ary |NN GV* gv |