From: Richard Stallman Date: Tue, 11 May 1993 04:44:32 +0000 (+0000) Subject: (enan): Add forward decl. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f6771bae9b0403712824e91232e1d70db65fcf9;p=gcc.git (enan): Add forward decl. From-SVN: r4422 --- 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[];