X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=mathoms.c;h=626bbb36bca5244f92c70a0740e96390608866a3;hb=bb4c52e023e0fcade469e46e9a1d5245ff44f3f2;hp=108b762cf164fd246f740518b985464fb0b8ffdf;hpb=45a2d9782bd1c90e53c52dacd30d9b185db62239;p=p5sagit%2Fp5-mst-13.2.git diff --git a/mathoms.c b/mathoms.c index 108b762..626bbb3 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. */