This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ada] Trivial fix for warning in utils.c




--On Friday, November 16, 2001 08:16:18 PM +0100 "guerby@acm.org" 
<guerby@acm.org> wrote:

>> I think is is wrong it needs to be buildable with a K&R compiler.
>
> This does not apply to GNAT files since we already need GNAT + GCC
> installed to start with so we do have an ANSI compiler around :).

I see no reason that GNAT should use different coding conventions from
the rest of GCC.  G++ is always built with GCC too, but we still use
the GNU Coding Conventions.  There are two advantages: consistency,
and its much easier to promote things out of G++ into common
code when appropriate.

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]