From bfc27bae1acb55886146a7c67f85cf752b5d532c Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Tue, 30 Apr 2002 18:23:40 +0000 Subject: * Various formatting and whitespace changes. --- newlib/libm/math/e_pow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libm/math/e_pow.c') diff --git a/newlib/libm/math/e_pow.c b/newlib/libm/math/e_pow.c index 9312085d4..240a18613 100644 --- a/newlib/libm/math/e_pow.c +++ b/newlib/libm/math/e_pow.c @@ -179,7 +179,7 @@ ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/ } /* (x<0)**(non-int) is NaN */ - /* CYGNUS LOCAL: This used to be + /* REDHAT LOCAL: This used to be if((((hx>>31)+1)|yisint)==0) return (x-x)/(x-x); but ANSI C says a right shift of a signed negative quantity is implementation defined. */ -- cgit v1.2.3