diff options
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ Refetch the stack pointer. Used after a callback. See L<perlcall>. #define NORMAL PL_op->op_next #define DIE return Perl_die +#define DIE_NULL return DieNull /* =for apidoc Ams||PUTBACK |