summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorGerard Goossen <gerard@tty.nl>2009-10-29 12:27:49 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2009-11-06 14:16:27 +0100
commitbb4c52e023e0fcade469e46e9a1d5245ff44f3f2 (patch)
tree70d31b8d5045c7af391d3b1a8a98054d96902263 /mathoms.c
parent45a2d9782bd1c90e53c52dacd30d9b185db62239 (diff)
downloadperl-bb4c52e023e0fcade469e46e9a1d5245ff44f3f2.tar.gz
move JMPENV_JUMP to die_where and mark it as "noreturn"
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index 108b762cf1..626bbb36bc 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -684,11 +684,13 @@ 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. */