diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-05-04 15:13:44 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-05-04 15:13:44 +0200 |
commit | 62705b21e05c097bbaecf3ca91f129dc5855ce77 (patch) | |
tree | 6465d5c3fa49a910df6eceb865405d21e5567c25 /embed.fnc | |
parent | 99782e35be86d92df5daa0659d4cb2351d4a36b9 (diff) | |
download | perl-62705b21e05c097bbaecf3ca91f129dc5855ce77.tar.gz |
Fix parameter name for die_unwind() in embed.fnc
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -290,7 +290,7 @@ pM |void |delete_eval_scope Apd |OP* |die_sv |NN SV *baseex Afpd |OP* |die |NULLOK const char* pat|... : Used in util.c -pr |void |die_unwind |NN SV* ex +pr |void |die_unwind |NN SV* msv Ap |void |dounwind |I32 cxix : FIXME pmb |bool |do_aexec |NULLOK SV* really|NN SV** mark|NN SV** sp |