X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Ffloat.c;h=ea31866548b66c4ed87a93eb4a91036541bb1047;hb=a177ce3f52a8bc2e08b4a95955e16501f91d086b;hp=c453d6d195dc9741d2edd8be3955e76714f40f93;hpb=6187bd67c9ce5258a01fb1305b4257a67daa4154;p=gnulib.git diff --git a/lib/float.c b/lib/float.c index c453d6d19..ea3186654 100644 --- a/lib/float.c +++ b/lib/float.c @@ -1,5 +1,5 @@ /* Auxiliary definitions for . - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify @@ -20,7 +20,7 @@ /* Specification. */ #include -#if (defined _ARCH_PPC || defined _POWER) && defined _AIX && (LDBL_MANT_DIG == 106) && defined __GNUC__ +#if (defined _ARCH_PPC || defined _POWER) && (defined _AIX || defined __linux__) && (LDBL_MANT_DIG == 106) && defined __GNUC__ const union gl_long_double_union gl_LDBL_MAX = { { DBL_MAX, DBL_MAX / (double)134217728UL / (double)134217728UL } }; #elif defined __i386__