Fix quirks for building PPC on windows.

svn path=/trunk/; revision=29591
This commit is contained in:
Art Yerkes
2007-10-15 03:56:58 +00:00
parent 001703300c
commit 3d34c28eb4
5 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ inline int iswdigit ( wchar_t c )
#endif
#endif//WIN32
#if defined(__FreeBSD__) || defined(__APPLE__)
#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__)
# define __isnan isnan
# define __finite finite
# define powl __builtin_powl