diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-13 21:48:53 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-13 21:48:53 -0400 |
commit | b57b04d533ba5d71576359062a3470c22080f76d (patch) | |
tree | 41acee35d9a43f0be44c9d08336590f242d3f362 /utf8.c | |
parent | 8c2b19724d117cecfa186d044abdbf766372c679 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |