diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-22 03:40:10 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-22 03:40:10 +0000 |
commit | 5352b11a957b76eb6292bf20b9f4d4ab6a8e2e4e (patch) | |
tree | 8565d33f161aa52aeac3d5fe4d5063c019a9fb0f /gcc/real.h | |
parent | ab40ad2b6ad5769c8bcb4741c47b93622d1a8a09 (diff) | |
download | gcc-5352b11a957b76eb6292bf20b9f4d4ab6a8e2e4e.zip gcc-5352b11a957b76eb6292bf20b9f4d4ab6a8e2e4e.tar.gz gcc-5352b11a957b76eb6292bf20b9f4d4ab6a8e2e4e.tar.bz2 |
*** empty log message ***
From-SVN: r1232
Diffstat (limited to 'gcc/real.h')
-rw-r--r-- | gcc/real.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |