X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: "Gerrit van Niekerk" Organization: GPvNO To: DJ Delorie Date: Thu, 13 Dec 2007 19:03:56 +0200 MIME-Version: 1.0 Subject: Re: V2.04 atof() with em387.dxe not working CC: djgpp AT delorie DOT com Message-ID: <4761821C.24108.35DA7AD@gerritvn.gpvno.co.za> X-Confirm-Reading-To: gerritvn AT gpvno DOT co DOT za,gpvno AT telkomsa DOT net X-pmrqc: 1 In-reply-to: <200712131450.lBDEoKLs025510@envy.delorie.com> References: <476126B6 DOT 22072 DOT 1F8A1AB AT gerritvn DOT gpvno DOT co DOT za>, <200712131450 DOT lBDEoKLs025510 AT envy DOT delorie DOT com> X-mailer: Pegasus Mail for Windows (4.41) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 13 Dec 2007 at 9:50, DJ Delorie wrote: > Are you including the proper header file, so that it doesn't think > atof returns an integer? > > Specifically: > > #include Yes, and to test I took it out and then I get Warning: implicit declaration of function... I get this when running on a processor (SC420) without FPU. On a PentiumII the same program runs fine.