patch-2.4.4 linux/arch/i386/math-emu/poly_tan.c
Next file: linux/arch/i386/math-emu/reg_compare.c
Previous file: linux/arch/i386/math-emu/poly_sin.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Apr  6 10:42:47 2001
-  Orig file: 
v2.4.3/linux/arch/i386/math-emu/poly_tan.c
-  Orig date: 
Wed Jul  5 10:56:13 2000
diff -u --recursive --new-file v2.4.3/linux/arch/i386/math-emu/poly_tan.c linux/arch/i386/math-emu/poly_tan.c
@@ -66,7 +66,7 @@
 #ifdef PARANOID
   if ( signnegative(st0_ptr) )	/* Can't hack a number < 0.0 */
     { arith_invalid(0); return; }  /* Need a positive number */
-#endif PARANOID
+#endif /* PARANOID */
 
   /* Split the problem into two domains, smaller and larger than pi/4 */
   if ( (exponent == 0) || ((exponent == -1) && (st0_ptr->sigh > 0xc90fdaa2)) )
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)