diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-30 04:20:07 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-30 04:20:07 +0000 |
commit | e8899d83d7cdf7d63683eae82365237d93838e64 (patch) | |
tree | f3332b9c4bfc5526b0eb2e8364d62229b1cbb3a2 /gcc/config/fp-bit.h | |
parent | 86df24a73573ca336380d17dc2ca4f30912604a7 (diff) | |
download | gcc-e8899d83d7cdf7d63683eae82365237d93838e64.tar.gz |
* config/fp-bit.h (__make_dp): Declare if TMODES.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62125 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fp-bit.h')
-rw-r--r-- | gcc/config/fp-bit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/fp-bit.h b/gcc/config/fp-bit.h index e9e1e976d87..247ef335610 100644 --- a/gcc/config/fp-bit.h +++ b/gcc/config/fp-bit.h @@ -521,6 +521,7 @@ extern TFtype df_to_tf (DFtype); #endif /* ! FLOAT */ #ifdef TMODES +extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); extern TFtype __make_tp (fp_class_type, unsigned int, int, UTItype); #ifdef TFLOAT #if defined(L_tf_to_sf) |