summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-06-27 18:34:36 +0100
committerNicholas Clark <nick@ccl4.org>2010-06-27 18:42:03 +0100
commit9fed9930ce50e45354ea3630282369d9cbf41332 (patch)
treebbff8153b688078490f75948769e9c7d65f92c9c /mathoms.c
parenta009834b5bcd633e6446e235821ffdb3091b62b8 (diff)
downloadperl-9fed9930ce50e45354ea3630282369d9cbf41332.tar.gz
Return DIE(...) to *return*ing Perl_die(...).
Much simplification ensues - witness the diffstat. Changes Perl_die_unwind() to use Perl_croak() rather than DIE(). Reverses an unwise part of bb4c52e023e0fcad. Reverts 9e95c6350a60744d and 805bf316c58ab2d7.
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mathoms.c b/mathoms.c
index 7154245d70..058d76d568 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -697,13 +697,11 @@ Perl_init_i18nl14n(pTHX_ int printwarn)
PP(pp_padany)
{
DIE(aTHX_ "NOT IMPL LINE %d",__LINE__);
- return NORMAL;
}
PP(pp_mapstart)
{
DIE(aTHX_ "panic: mapstart"); /* uses grepstart */
- return NORMAL;
}
/* These ops all have the same body as pp_null. */