summaryrefslogtreecommitdiffstats
path: root/libm/include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'libm/include/math.h')
-rw-r--r--libm/include/math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/include/math.h b/libm/include/math.h
index c51f3af..1fcc578 100644
--- a/libm/include/math.h
+++ b/libm/include/math.h
@@ -36,11 +36,11 @@ extern const union __nan_un {
float __uf;
} __nan;
-#if __GNUC_PREREQ__(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
+#if __GNUC_PREREQ(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
#define __MATH_BUILTIN_CONSTANTS
#endif
-#if __GNUC_PREREQ__(3, 0) && !defined(__INTEL_COMPILER)
+#if __GNUC_PREREQ(3, 0) && !defined(__INTEL_COMPILER)
#define __MATH_BUILTIN_RELOPS
#endif