ChangeLog:
2014-03-17 Will Newton <will.newton@linaro.org>
* sysdeps/generic/math_private.h: Check whether
HAVE_RM_CTX is defined with #ifdef rather
than #if.
2014-03-17 Will Newton <will.newton@linaro.org>
+ * sysdeps/generic/math_private.h: Check whether
+ HAVE_RM_CTX is defined with #ifdef rather
+ than #if.
+
* argp/argp-fmtstream.h: Check whether
__STRICT_ANSI__ is defined with #ifdef rather
than #if.
# define libc_feresetround_noexl libc_fesetenvl
#endif
-#if HAVE_RM_CTX
+#ifdef HAVE_RM_CTX
/* Set/Restore Rounding Modes only when necessary. If defined, these functions
set/restore floating point state only if the state needed within the lexical
block is different from the current state. This saves a lot of time when