Revert "Fix HAVE_RM_CTX -Wundef warnings"
authorWill Newton <will.newton@linaro.org>
Mon, 17 Mar 2014 20:36:06 +0000 (20:36 +0000)
committerWill Newton <will.newton@linaro.org>
Mon, 17 Mar 2014 20:36:06 +0000 (20:36 +0000)
This reverts commit 9290130a8de3f30970f741c79dfe8459f798e05f.

ChangeLog
sysdeps/generic/math_private.h

index f6b90d2..972c30b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-03-17  Will Newton  <will.newton@linaro.org>
 
+       * sysdeps/generic/math_private.h: Revert previous
+       change.
+
        * sysdeps/generic/math_private.h: Check whether
        HAVE_RM_CTX is defined with #ifdef rather
        than #if.
index 0ac70e3..9b881a3 100644 (file)
@@ -551,7 +551,7 @@ default_libc_feupdateenv_test (fenv_t *e, int ex)
 # define libc_feresetround_noexl libc_fesetenvl
 #endif
 
-#ifdef HAVE_RM_CTX
+#if 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