From 26d31dc917d6dd05cea56a5f7169586d9a7abf05 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Thu, 6 Jul 2006 07:36:58 +0000 Subject: * include/math.h (__INFF,__INFL): Remove '#'. --- winsup/mingw/include/math.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/mingw/include') diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h index 0da7869ba..b03bc541f 100644 --- a/winsup/mingw/include/math.h +++ b/winsup/mingw/include/math.h @@ -295,11 +295,11 @@ _CRTIMP int __cdecl _set_SSE2_enable (int); #define INFINITY __builtin_inf() #define NAN __builtin_nan("") #else -#extern const float __INFF; +extern const float __INFF; #define HUGE_VALF __INFF -#extern const long double __INFL; +extern const long double __INFL; #define HUGE_VALL __INFL -#define INFINITY HUGE_VALF +#define INFINITY HUGE_VALF extern const double __QNAN; #define NAN __QNAN #endif /* __MINGW_GNUC_PREREQ(3, 3) */ -- cgit v1.2.3