diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-22 03:40:10 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-22 03:40:10 +0000 |
commit | 2e756f7d344058b58e417e478feb8d8772e0c517 (patch) | |
tree | 8565d33f161aa52aeac3d5fe4d5063c019a9fb0f /gcc/real.h | |
parent | 5aaac310025f1fd2bd605927a42aca3f4d5d2499 (diff) | |
download | gcc-2e756f7d344058b58e417e478feb8d8772e0c517.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.h')
-rw-r--r-- | gcc/real.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/real.h b/gcc/real.h index 571eb5d453c..e191944cb2d 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -154,6 +154,9 @@ extern double (atof) (); for the most common case where the host and target have objects of the same size and where `float' is SFmode. */ +/* Don't use REAL_VALUE_TRUNCATE directly--always call real_value_truncate. */ +extern REAL_VALUE_TYPE real_value_truncate (); + #ifndef REAL_VALUE_TRUNCATE #define REAL_VALUE_TRUNCATE(mode, x) \ (GET_MODE_BITSIZE (mode) == sizeof (float) * HOST_BITS_PER_CHAR \ |