Message ID | 20110116205123.GC2724@tyan-ft48-01.lab.bos.redhat.com |
---|---|
State | New |
Headers | show |
--- libquadmath/math/remquoq.c (revision 168871) +++ libquadmath/math/remquoq.c (working copy) @@ -29,7 +29,7 @@ __float128 remquoq (__float128 x, __float128 y, int *quo) { int64_t hx,hy; - u_int64_t sx,lx,ly,qs; + uint64_t sx,lx,ly,qs; int cquo; GET_FLT128_WORDS64 (hx, lx, x);