* config/fp-bit.c (L_df_to_sf): Fix typo in last change.
authorDavid Edelsohn <edelsohn@mhpcc.edu>
Sat, 27 Dec 1997 21:47:12 +0000 (21:47 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 27 Dec 1997 21:47:12 +0000 (14:47 -0700)
From-SVN: r17246

gcc/ChangeLog
gcc/config/fp-bit.c

index 7e9fc5c4dcb827edf68c2f8e7e2a1237be78fca4..898cc852473ad8d78c5f59b102ef6c87f3ca35a4 100644 (file)
@@ -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.
index 115335ffb19800fd2a7be211ed84f232ab507013..4ff8e028cc75e0b4db73446c342dbf393b032192 100644 (file)
@@ -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)
 {