[fpc-pascal] pointerful

Mattias Gaertner nc-gaertnma at netcologne.de
Sun Apr 22 19:01:09 CEST 2018


On Sun, 22 Apr 2018 17:00:35 +0200
Mattias Gaertner <nc-gaertnma at netcologne.de> wrote:

> Hi,
> 
> Is this a bug or a feature:
> 
> type
>   Pint = ^int;
>   int = PInt;
> 
> ?

Note that Delphi gives error "Type 'PInt' is not yet completely
defined".

Mattias



More information about the fpc-pascal mailing list