diff options
-rw-r--r-- | src/expr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c index 524ec9301..dc4161602 100644 --- a/src/expr.c +++ b/src/expr.c @@ -292,7 +292,8 @@ main (int argc, char **argv) #if HAVE_GMP mode = MP_ALWAYS; #else - error (0, 0, _("arbitrary-precision support is not available")); + error (EXPR_FAILURE, 0, + _("arbitrary-precision support is not available")); #endif break; |