delorie.com/archives/browse.cgi | search |
Date: | Wed, 22 Mar 2000 16:05:14 +0100 |
From: | Laszlo Molnar <laszlo DOT molnar AT eth DOT ericsson DOT se> |
To: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
Cc: | djgpp-workers AT delorie DOT com |
Subject: | Re: deadly combination of input files |
Message-ID: | <20000322160514.V963@libra.eth.ericsson.se> |
References: | <20000320094233 DOT H963 AT libra DOT eth DOT ericsson DOT se> <Pine DOT SUN DOT 3 DOT 91 DOT 1000320114520 DOT 24837B AT is> |
Mime-Version: | 1.0 |
X-Mailer: | Mutt 0.95.6i |
In-Reply-To: | <Pine.SUN.3.91.1000320114520.24837B@is>; from Eli Zaretskii on Mon, Mar 20, 2000 at 11:45:59AM +0200 |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | dj-admin AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Mon, Mar 20, 2000 at 11:45:59AM +0200, Eli Zaretskii wrote: > Does the following fix the problem? > --- include/math.h~0 Wed Aug 4 15:55:00 1999 > +++ include/math.h Mon Mar 20 10:29:42 2000 > @@ -145,9 +145,9 @@ > extern float erfcf(float); > extern float gammaf(float); > extern float hypotf(float, float); > -extern int isinff(float); > -extern int isnanf(float); > -extern int finitef(float); > +extern int (isinff) (float); > +extern int (isnanf) (float); > +extern int (finitef) (float); > extern float j0f(float); > extern float j1f(float); > extern float jnf(int, float); Fine for me. In the mean time someone has sent a patch for perl which works around the problem. Thanks, Laszlo
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |