diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-24 00:22:29 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-24 00:22:29 -0700 |
commit | 5e8814954c268f117d70c5156096c5bf7bb1cff7 (patch) | |
tree | 1c7ce310e017974cc954295b9744afd84413c145 /embed.fnc | |
parent | 8ea199e3a0196f596ff77acbc8ccac85fa2da7dd (diff) | |
download | perl-5e8814954c268f117d70c5156096c5bf7bb1cff7.tar.gz |
embed.fnc: cv_name is documented
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -316,7 +316,7 @@ ApdRn |SV* |cv_const_sv |NULLOK const CV *const cv pRn |SV* |cv_const_sv_or_av|NULLOK const CV *const cv : Used in pad.c pR |SV* |op_const_sv |NULLOK const OP* o|NULLOK CV* cv -Ap |SV * |cv_name |NN CV *cv|NULLOK SV *sv +Apd |SV * |cv_name |NN CV *cv|NULLOK SV *sv Apd |void |cv_undef |NN CV* cv p |void |cv_undef_flags |NN CV* cv|U32 flags p |void |cv_forget_slab |NN CV *cv |