* config/fp-bit.c (L_df_to_sf): Fix typo in last change.
From-SVN: r17246
This commit is contained in:
parent
5b5a2a1ecc
commit
fc97718fe2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Dec 28 00:30:24 1997 David Edelsohn <edelsohn@mhpcc.edu>
|
||||
|
||||
* config/fp-bit.c (L_df_to_sf): Fix typo in last change.
|
||||
|
||||
Sat Dec 27 22:43:12 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* cse.c (rtx_cost): Remove conflicting default case.
|
||||
|
|
|
@ -1482,7 +1482,7 @@ __make_dp (fp_class_type class, unsigned int sign, int exp, UDItype frac)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if (L_df_to_sf)
|
||||
#if defined(L_df_to_sf)
|
||||
SFtype
|
||||
df_to_sf (DFtype arg_a)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue