From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <5700548.4Uf9crWo2Z@krypton> <3072040.2Ns7VPtGUt@krypton> Date: Fri, 22 Nov 2013 22:15:21 +0000 Message-ID: From: Charles Forsyth To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7b5d4d28a86efa04ebcb59d4 Subject: Re: [9fans] f2c issue Topicbox-Message-UUID: 8c01256c-ead8-11e9-9d60-3106f5b1d025 --047d7b5d4d28a86efa04ebcb59d4 Content-Type: text/plain; charset=UTF-8 On 22 November 2013 16:42, Fausto Saporito wrote: > yes, it's a FP stack overflow... :-) often that means that there is a function that should be declared to return a float or double but is relying on a default declaration as int, or is declared, but incorrectly. --047d7b5d4d28a86efa04ebcb59d4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On 22 November 2013 16:42, Fausto Saporito <fausto.saporito@gmail.= com> wrote:
yes, it's a FP stack overflow... :-)

often that means that there is a function that should be= declared to return a float or double
but is relying on a default declaration as int, = or is declared, but incorrectly.
--047d7b5d4d28a86efa04ebcb59d4--