Print this page

        

@@ -74,12 +74,11 @@
         union {
                 unsigned i[2];
                 double d;
         } xx, yy, zz;
         double xhi, yhi, xlo, ylo, t;
-        unsigned int xy0, xy1, xy2, xy3, z0, z1, z2, z3, rm, sticky;
-        unsigned int fsr;
+        unsigned int xy0, xy1, xy2, xy3, z0, z1, z2, z3, fsr, rm, sticky;
         int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit;
         volatile double dummy;
 
         /* extract the high order words of the arguments */
         xx.d = x;