Anton Tichawa a écrit :
> 
> 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

And without the "test."?

-- 
mm
http://www.ellipsa.net/
[EMAIL PROTECTED]  ( suppress no.sp.am. )

_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to