diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-30 10:35:44 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-30 10:35:44 -0400 |
commit | 84f9b8e9b82be74c46b51666ff23868b514d6a5c (patch) | |
tree | 5b7f51f62b16c4e443ee220d4213a9da5674b2d7 | |
parent | 8ddae3488d9141bb94b8917e3c61c3e795833063 (diff) | |
download | gcc-84f9b8e9b82be74c46b51666ff23868b514d6a5c.tar.gz |
(significand_size): Declare.
From-SVN: r7388
-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 |