summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-06-13 21:48:53 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-06-13 21:48:53 -0400
commitb57b04d533ba5d71576359062a3470c22080f76d (patch)
tree41acee35d9a43f0be44c9d08336590f242d3f362 /utf8.c
parent8c2b19724d117cecfa186d044abdbf766372c679 (diff)
downloadperl-b57b04d533ba5d71576359062a3470c22080f76d.tar.gz
Revert "Some low-hanging -Wunreachable-code fruits."
This reverts commit 8c2b19724d117cecfa186d044abdbf766372c679. I don't understand - smoke-me came back happy with three separate reports... oh well, some other time.
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 711822609e..f8021996a5 100644
--- a/utf8.c
+++ b/utf8.c
@@ -2453,7 +2453,7 @@ Perl__core_swash_init(pTHX_ const char* pkg, const char* name, SV *listsv, I32 m
Perl_croak(aTHX_
"Can't find Unicode property definition \"%"SVf"\"",
SVfARG(retval));
- NOT_REACHED; /* NOTREACHED */
+ Perl_croak(aTHX_ "SWASHNEW didn't return an HV ref");
}
} /* End of calling the module to find the swash */