Re: [fpc-devel] Concatenating huge AnsiStrings

2024-07-02 Thread Michalis Kamburelis via fpc-devel
> Delphi also decided to follow the LP64 vs LLP64 rules regarding the Integer > type (it's 32-bit on 64-bit Windows, but 64-bit on 64-bit macOS and Linux) > while we decided to keep the size of Integer at 32-bit on 32- and 64-bit > systems. Just a clarification to this statement about Delphi: I

Re: [fpc-devel] pure function feedback

2024-07-02 Thread J. Gareth Moreton via fpc-devel
Fixed!  Thanks again Marģers. Kit On 01/07/2024 18:09, Marģers . wrote: > Fixed 2 and 3. Thank you. one more ... {\$ifdef FPU_HAS_PURE}pure;{\$ENDIF} FPU_HAS_PURE probably is typo and should be: FPC_HAS_PURE -- This email has been checked for viruses by Avast antivirus software. www.avas