patch-2.4.4 linux/arch/i386/math-emu/poly_l2.c
Next file: linux/arch/i386/math-emu/poly_sin.c
Previous file: linux/arch/i386/math-emu/poly_atan.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Fri Apr  6 10:42:47 2001
-  Orig file: 
v2.4.3/linux/arch/i386/math-emu/poly_l2.c
-  Orig date: 
Tue Dec  9 17:57:09 1997
diff -u --recursive --new-file v2.4.3/linux/arch/i386/math-emu/poly_l2.c linux/arch/i386/math-emu/poly_l2.c
@@ -157,7 +157,7 @@
 #else
 	  if ( arith_invalid(1) < 0 )
 	    return 1;
-#endif PECULIAR_486
+#endif /* PECULIAR_486 */
 	}
 
       /* 80486 appears to do this */
@@ -243,7 +243,7 @@
 	  /* The argument is too large */
 	}
     }
-#endif PECULIAR_486
+#endif /* PECULIAR_486 */
 
   arg_signif.lsw = argSignif.lsw; XSIG_LL(arg_signif) = XSIG_LL(argSignif);
   adj = norm_Xsig(&argSignif);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)