diff options
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plperl/ppport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plperl/ppport.h b/src/pl/plperl/ppport.h index 1f6cf465df6..762dd362b35 100644 --- a/src/pl/plperl/ppport.h +++ b/src/pl/plperl/ppport.h @@ -12160,7 +12160,7 @@ DPPP_(my_newCONSTSUB)(HV *stash, const char *name, SV *sv) STMT_START { \ ASSUME(!"UNREACHABLE"); __builtin_unreachable(); \ } STMT_END -# elif ! defined(__GNUC__) && (defined(__sun) || defined(__hpux)) +# elif ! defined(__GNUC__) && defined(__sun) # define NOT_REACHED # else # define NOT_REACHED ASSUME(!"UNREACHABLE") |
