[fpc-devel] gtk2 bugfix gfloat

Micha Nelissen micha at neli.hopto.org
Wed Jun 15 09:20:48 CEST 2005


On Tue, 14 Jun 2005 23:33:17 +0200
Mattias Gaertner <nc-gaertnma at netcologne.de> wrote:

> On Tue, 14 Jun 2005 22:34:19 +0200
> Micha Nelissen <micha at neli.hopto.org> wrote:
> 
> > On Tue, 14 Jun 2005 22:11:40 +0200
> > Mattias Gaertner <nc-gaertnma at netcologne.de> wrote:
> > 
> > > A c float is a fpc single, right?

So why did you do:

-   {$IFDEF KYLIX}
-     gfloat = single;   //  Don't know why, but some routines requires this
-   {$ELSE}
-     gfloat = double;
-   {$ENDIF}
+   gfloat = double;

If you weren't using KYLIX, nothing has changed :S, shouldn't that be:

+   gfloat = single;

?

Micha




More information about the fpc-devel mailing list