On Tue, 14 Jun 2005 23:33:17 +0200
Mattias Gaertner <[EMAIL PROTECTED]> wrote:

> On Tue, 14 Jun 2005 22:34:19 +0200
> Micha Nelissen <[EMAIL PROTECTED]> wrote:
> 
> > On Tue, 14 Jun 2005 22:11:40 +0200
> > Mattias Gaertner <[EMAIL PROTECTED]> 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

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to