summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-11 04:44:32 +0000
committerRichard Stallman <rms@gnu.org>1993-05-11 04:44:32 +0000
commit5f6771bae9b0403712824e91232e1d70db65fcf9 (patch)
tree68c5ba0bb58d05b3fc6c3756d46c239c68d9e476
parent56b03d5f895fbcfa6e5bd125542b3d24249ca939 (diff)
downloadgcc-5f6771bae9b0403712824e91232e1d70db65fcf9.tar.gz
(enan): Add forward decl.
From-SVN: r4422
-rw-r--r--gcc/real.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/real.c b/gcc/real.c
index 0fedcdfd63a..df911cc2678 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -299,6 +299,7 @@ void asctoe (), asctoe24 (), asctoe53 (), asctoe64 ();
void etoasc (), e24toasc (), e53toasc (), e64toasc ();
void etoe64 (), etoe53 (), etoe24 (), e64toe (), e53toe (), e24toe ();
void mtherr (), make_nan ();
+void enan ();
extern unsigned EMUSHORT ezero[], ehalf[], eone[], etwo[];
extern unsigned EMUSHORT elog2[], esqrt2[];