[fpc-pascal] pointer type as procedure arg

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Dec 30 11:59:58 CET 2024


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


More information about the fpc-pascal mailing list