aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-06-22 03:40:10 +0000
committerRichard Stallman <rms@gnu.org>1992-06-22 03:40:10 +0000
commit5352b11a957b76eb6292bf20b9f4d4ab6a8e2e4e (patch)
tree8565d33f161aa52aeac3d5fe4d5063c019a9fb0f /gcc/real.h
parentab40ad2b6ad5769c8bcb4741c47b93622d1a8a09 (diff)
downloadgcc-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/real.h b/gcc/real.h
index 571eb5d..e191944 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 \