diff options
Diffstat (limited to '')
-rw-r--r-- | shell/math.h | 2 |
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 |
49 | typedef long long arith_t; | 49 | typedef long long arith_t; |
50 | # define ARITH_FMT "%lld" | 50 | #define ARITH_FMT "%"LL_FMT"d" |
51 | #else | 51 | #else |
52 | typedef long arith_t; | 52 | typedef long arith_t; |
53 | # define ARITH_FMT "%ld" | 53 | # define ARITH_FMT "%ld" |