[lazarus] Problems parsing 1.9 source
Florian Klaempfl
Florian.Klaempfl at gmx.de
Sat Nov 8 03:37:09 EST 2003
Mattias Gaertner wrote:
> On Sat, 08 Nov 2003 00:34:10 +0100
> Florian Klaempfl <Florian.Klaempfl at gmx.de> wrote:
>
>
>>Mattias Gaertner wrote:
>>
>>>>1. oldfpccall is not recognized.
>>>>For example on line 37 of .../fpc/rtl/linux/i386/syscallh.inc:
>>>>function Do_SysCall(sysnr:TSysParam):TSysResult; {$ifndef VER1_0}
>>>>oldfpccall; {$endif}
>>>>oldfpccall is not recognized and parsing stops.
>>>
>>>
>>>ts ts. I thought, introducing new keywords is only a Borland illness.
>>
>>It's not a keyword, it's a modifier ;) Anyways, there is another new
>>one: softfloat; though it applies only to non-i386 architectures :)
>
>
> ok. What is a softfloat?
>
Passing float parameters in integer registers instead the fpu registers,
only supported for cpu architectures like the arm where a missing fpu is
likely.
More information about the Lazarus
mailing list