Hello List!
Compiling the unit
===
unit test;
interface
procedure test.do_test;
implementation
procedure test.do_test;
begin
end;
end.
===
results in compiler errors:
test.pas(5,15) Error: overloaded identifier TEST isn't a function
test.pas(5,15) Fatal: Syntax error, ; expected but . found
IMHO, this is not the correct behaviour. Note: I still use 1.0.10.
Thank you,
Anton.
_______________________________________________
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal