[fpc-pascal]Yet another problem concerning Qualifiers

Anton Tichawa anton.tichawa at chello.at
Sat Jul 10 01:52:05 CEST 2004


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.







More information about the fpc-pascal mailing list