Avoid some warnings from "gcc -Wshadow".
[gnulib.git] / tests / test-frexp.c
index 9e92667..af9e8b1 100644 (file)
 #include "isnand.h"
 #include "nan.h"
 
+/* Avoid some warnings from "gcc -Wshadow".
+   This file doesn't use the exp() function.  */
+#define exp exponent
+
 #define ASSERT(expr) \
   do                                                                        \
     {                                                                       \