diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-21 14:35:02 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-21 14:35:02 +0000 |
commit | d8208621f7b73e0e44912b51205193280a672d9c (patch) | |
tree | 03a593e7f7051f068fe73f33dc270eece948f53b /gcc/real.h | |
parent | 3794d2f9c42acb8b9dcf036785e1e4a68b447b1d (diff) | |
download | gcc-d8208621f7b73e0e44912b51205193280a672d9c.tar.gz |
Move declaration of decimal_real_to_integer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@205219 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.h')
-rw-r--r-- | gcc/real.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/real.h b/gcc/real.h index 67139f54090..3769e066d32 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -483,7 +483,6 @@ extern void get_max_float (const struct real_format *, char *, size_t); extern wide_int real_to_integer (const REAL_VALUE_TYPE *, bool *, int); extern void real_from_integer (REAL_VALUE_TYPE *, enum machine_mode, const wide_int_ref &, signop); -extern wide_int decimal_real_to_integer (const REAL_VALUE_TYPE *, bool *, int); #endif #endif /* ! GCC_REAL_H */ |