diff options
author | Gerard Goossen <gerard@tty.nl> | 2009-10-29 12:27:49 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-06 14:16:27 +0100 |
commit | bb4c52e023e0fcade469e46e9a1d5245ff44f3f2 (patch) | |
tree | 70d31b8d5045c7af391d3b1a8a98054d96902263 /pp.h | |
parent | 45a2d9782bd1c90e53c52dacd30d9b185db62239 (diff) | |
download | perl-bb4c52e023e0fcade469e46e9a1d5245ff44f3f2.tar.gz |
move JMPENV_JUMP to die_where and mark it as "noreturn"
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ Refetch the stack pointer. Used after a callback. See L<perlcall>. #define dTARG SV *targ #define NORMAL PL_op->op_next -#define DIE return Perl_die +#define DIE Perl_die /* =for apidoc Ams||PUTBACK |