> Am 30.12.2024 um 12:00 schrieb Mattias Gaertner via fpc-pascal
> :
>
> Hi,
>
> Are anonymous (aka local) pointer types allowed in procedure arguments in any
> mode?
I am not aware of.
>
> procedure Run(p: ^word);
> begin
> end;
>
> I found that the fcl-passrc parser has a test to allow
Hi,
Are anonymous (aka local) pointer types allowed in procedure arguments
in any mode?
procedure Run(p: ^word);
begin
end;
I found that the fcl-passrc parser has a test to allow it and I'm
wondering if this is by design or a bug.
Mattias
___
fpc