From b19cda7bab11229ef6723dc2c7b5511caac1ac88 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Mon, 27 Oct 2003 23:51:37 +0000 Subject: * include/math.h: Guard ISO C99 additions with __cplusplus not __GLIBCPP__. --- winsup/mingw/include/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/mingw/include/math.h') diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h index af6a40f22..96405229d 100644 --- a/winsup/mingw/include/math.h +++ b/winsup/mingw/include/math.h @@ -241,7 +241,7 @@ _CRTIMP int __cdecl fpclass (double); #ifndef __NO_ISOCEXT #if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) \ - || !defined __STRICT_ANSI__ || defined __GLIBCPP__ + || !defined __STRICT_ANSI__ || defined __cplusplus #define NAN (0.0F/0.0F) #define HUGE_VALF (1.0F/0.0F) -- cgit v1.2.3