Sven Barth schrieb:
FPC requires the full declaration to be repeated. Can this be avoided
somehow? I have many functions/procedures without full declaration in
the implementation part.
Add
{$mode delphi}

I would not suggest to use {$mode delphi}
but {$ModeSwitch REPEATFORWARD+} instead.
This only changes one behaviour while {$mode delphi}
changes a lot (possibly unwanted) other things too.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to