diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/math_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/math_private.h b/math/math_private.h index c4ac857607..850442ca95 100644 --- a/math/math_private.h +++ b/math/math_private.h @@ -219,7 +219,7 @@ do { \ #define GET_LDOUBLE_EXP(exp,d) \ do { \ ieee_long_double_shape_type ge_u; \ - ge_u.value = (d); + ge_u.value = (d); \ (exp) = ge_u.parts.sign_exponent; \ } while (0) |