[EMAIL PROTECTED] wrote:
On Fri, 9 Jul 2004, Ron Weidner wrote:
--- Marcel Martin <[EMAIL PROTECTED]> wrote:
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 c
On Fri, 9 Jul 2004, Ron Weidner wrote:
> --- Marcel Martin <[EMAIL PROTECTED]> wrote:
> > Anton Tichawa a écrit :
> > >
> > > Hello List!
> > >
> > > Compiling the unit
> > >
> > > ===
> > >
> > > unit test;
> > >
> > > interface
> > >
> > > procedure test.do_test;
> > >
> > > implementat
--- Marcel Martin <[EMAIL PROTECTED]> wrote:
> Anton Tichawa a écrit :
> >
> > Hello List!
> >
> > Compiling the unit
> >
> > ===
> >
> > unit test;
> >
> > interface
> >
> > procedure test.do_test;
> >
> > implementation
> >
> > procedure test.do_test;
> > begin
> > end;
> >
> > end.
> >
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