aboutsummaryrefslogtreecommitdiff
path: root/shell/math.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/math.h b/shell/math.h
index 439031828..aeb3b93c3 100644
--- a/shell/math.h
+++ b/shell/math.h
@@ -47,7 +47,7 @@ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
47 47
48#if ENABLE_FEATURE_SH_MATH_64 48#if ENABLE_FEATURE_SH_MATH_64
49typedef long long arith_t; 49typedef long long arith_t;
50# define ARITH_FMT "%lld" 50#define ARITH_FMT "%"LL_FMT"d"
51#else 51#else
52typedef long arith_t; 52typedef long arith_t;
53# define ARITH_FMT "%ld" 53# define ARITH_FMT "%ld"