[fpc-pascal] How to avoid namespace name clashes after USES ?

Marco van de Voort marcov at stack.nl
Tue Aug 21 20:08:16 CEST 2012


In our previous episode, Marcos Douglas said:

> I proposed this sintaxe:
> uses my_long_unit_name as my;
> begin
>   my.proc();
> end

This doesn't protect any better, since
the new unit might also define "my".



More information about the fpc-pascal mailing list