mariano podesta wrote:
> hi,
> does fpc support unit names with more than one dot or is planned?
>
> in delphi 7 you can compile this:
This looks to me like a delphi bug. A unit must be a valid pascal
identifier. Or is there any use in supporting this?
>
> // unit main.dpr
> program main;
>
> uses
> test.sec;
>
> begin
> test.sec.doit;
> end.
>
> // unit test.sec.pas
> unit test.sec;
>
> interface
>
> procedure doit;
>
> implementation
>
> procedure doit;
> begin
> writeln('anda');
> end;
>
> end.
>
> thanks,
> marianop
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> fpc-pascal maillist - [email protected]
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal