[patch] fix _unord_f2 typo

Clinton Popetz cpopetz@cpopetz.com
Tue Jan 25 09:25:00 GMT 2000


Committed this morning on the obvious-typo rule.

			-Clint


2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>

	* config/fp-bit.c (_unord_f2): Fix typo.

Index: config/fp-bit.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/fp-bit.c,v
retrieving revision 1.14
diff -c -2 -p -r1.14 fp-bit.c
*** fp-bit.c	2000/01/24 20:10:02	1.14
--- fp-bit.c	2000/01/25 17:20:40
*************** _unord_f2 (FLO_type arg_a, FLO_type arg_
*** 1389,1393 ****
    unpack_d (&bu, &b);
  
!   return (isnan (&a) || isnan (&b);
  }
  #endif
--- 1389,1393 ----
    unpack_d (&bu, &b);
  
!   return (isnan (&a) || isnan (&b));
  }
  #endif


More information about the Gcc-patches mailing list