This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: (GNAT) Do we need misc.c:gnat_adjust_rli anymore?
- From: <aspiesrule at mcleodusa dot net>
- To: "Geert Bosch" <bosch at gnat dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Thu, 27 Nov 2003 01:35:51 -0000
- Subject: Re: (GNAT) Do we need misc.c:gnat_adjust_rli anymore?
There is a comment marked with ???.
Lucas
Geert Bosch <bosch@gnat.com> said:
>
> On Nov 26, 2003, at 12:03, <aspiesrule@mcleodusa.net> wrote:
>
> > Considering that the entire body of this function is enclosed in a #if
> > 0...#endif block, why is it needed?
>
> For GNAT, any commented out code (this includes #if 0 ...#endif) should
> be removed, unless there is a comment marked with ???, explaining why
> the code
> is there and why it is commented out.
>
> Failing that, a patch to remove the code in question is pre-approved.
>
> -Geert
>
>
--