diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e9fc5c4dcb..898cc852473 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 28 00:30:24 1997 David Edelsohn + + * 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. diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c index 115335ffb19..4ff8e028cc7 100644 --- a/gcc/config/fp-bit.c +++ b/gcc/config/fp-bit.c @@ -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) {