From: David Edelsohn Date: Sat, 27 Dec 1997 21:47:12 +0000 (+0000) Subject: * config/fp-bit.c (L_df_to_sf): Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc97718fe2a117455e63435b0803ab0c2e344e7b;p=gcc.git * config/fp-bit.c (L_df_to_sf): Fix typo in last change. From-SVN: r17246 --- 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) {