From acad6414842dcfc4fdfb36acd70766e1626a252f Mon Sep 17 00:00:00 2001 From: law Date: Sat, 27 Dec 1997 21:47:12 +0000 Subject: * 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 --- gcc/config/fp-bit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/fp-bit.c') 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) { -- cgit v1.2.1