This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Namespace pollution in GNAT run-time library
Arnaud Charlet <charlet@ACT-Europe.FR> writes:
> Most of them should actually be marked as static, e.g mode_write* rather
> than renamed.
I see.
> For most of the remaining ones, this might break assumptions on existing
> code (even if external users should not rely on these variables), in
> particular for gnat_argc and gnat_argv, so this is not such a trivial
> change to do.
gnat_argc and gnat_argv could stay for some time. Because of the
"gnat_" prefix, they aren't too bad, I guess.