This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In lib/unicore/mktables minor tidying of the numifciation code.
[perl5.git] / pp.h
diff --git a/pp.h b/pp.h
index 8cf208c..f1db6b7 100644 (file)
--- a/pp.h
+++ b/pp.h
@@ -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 Perl_die
+#define DIE return Perl_die
 
 /*
 =for apidoc Ams||PUTBACK