aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/real.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/real.h')
-rw-r--r--gcc-4.4.3/gcc/real.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/real.h b/gcc-4.4.3/gcc/real.h
index 5a6865366..71fed7d6f 100644
--- a/gcc-4.4.3/gcc/real.h
+++ b/gcc-4.4.3/gcc/real.h
@@ -426,6 +426,8 @@ extern const REAL_VALUE_TYPE * dconst_sqrt2_ptr (void);
from a given integer constant. */
REAL_VALUE_TYPE real_value_from_int_cst (const_tree, const_tree);
+bool real_from_native (tree, const unsigned char *, int, REAL_VALUE_TYPE *);
+
/* Given a CONST_DOUBLE in FROM, store into TO the value it represents. */
#define REAL_VALUE_FROM_CONST_DOUBLE(to, from) \
((to) = *CONST_DOUBLE_REAL_VALUE (from))