diff options
Diffstat (limited to 'src/numfmt.c')
| -rw-r--r-- | src/numfmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numfmt.c b/src/numfmt.c index 34177354b..cc386c531 100644 --- a/src/numfmt.c +++ b/src/numfmt.c @@ -702,7 +702,7 @@ simple_strtod_fatal (enum simple_strtod_error err, char const *input_str) case SSE_OK_PRECISION_LOSS: case SSE_OK: /* should never happen - this function isn't called when OK. */ - abort (); + unreachable (); case SSE_OVERFLOW: msgid = N_("value too large to be converted: %s"); |
