diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-05-30 14:35:44 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-05-30 14:35:44 +0000 |
commit | fd94741b03aa656045e997061c6e1cade01ec9e1 (patch) | |
tree | 5b7f51f62b16c4e443ee220d4213a9da5674b2d7 | |
parent | e223f3a7866f7183b831ed858785db02fe2a737e (diff) | |
download | gcc-fd94741b03aa656045e997061c6e1cade01ec9e1.tar.gz |
(significand_size): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7388 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/real.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/real.h b/gcc/real.h index 7a885441b52..5d66861e7ae 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -113,6 +113,8 @@ typedef struct { #endif /* no TFmode support */ #endif /* no XFmode support */ +extern int significand_size PROTO((enum machine_mode)); + /* If emulation has been enabled by defining REAL_ARITHMETIC or by setting LONG_DOUBLE_TYPE_SIZE to 96 or 128, then define macros so that they invoke emulator functions. This will succeed only if the machine |