Commit fc97718f by David Edelsohn Committed by Jeff Law

* config/fp-bit.c (L_df_to_sf): Fix typo in last change.

From-SVN: r17246
parent 5b5a2a1e
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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment