summaryrefslogtreecommitdiffstats
path: root/gcc/config/fp-bit.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-27 21:47:12 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-27 21:47:12 +0000
commitacad6414842dcfc4fdfb36acd70766e1626a252f (patch)
tree59c77adbc44a13a2d141236d84f0bf71e00f9250 /gcc/config/fp-bit.c
parent83cac79d7ae395a6840c0131dfb55cf15437767d (diff)
downloadppe42-gcc-acad6414842dcfc4fdfb36acd70766e1626a252f.tar.gz
ppe42-gcc-acad6414842dcfc4fdfb36acd70766e1626a252f.zip
* config/fp-bit.c (L_df_to_sf): Fix typo in last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17246 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fp-bit.c')
-rw-r--r--gcc/config/fp-bit.c2
1 files changed, 1 insertions, 1 deletions
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)
{
OpenPOWER on IntegriCloud