This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: (C++) Patch to elaborated-type-specifier handling
- To: geoffk at cygnus dot com
- Subject: Re: (C++) Patch to elaborated-type-specifier handling
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Sun, 17 Sep 2000 10:28:30 -0700
- Cc: jason at redhat dot com, gcc-patches at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <200009130056.RAA20667@cse.cygnus.com><jmhf7f1hoe.fsf@envy.cygnus.com>
Index: gcc/cp/decl2.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cp/decl2.c,v
Thanks for taking a look at this.
/* Inject it at the current scope. */
- if (!decl)
+ if (! decl)
There's no general acceptance on which of these styles is preferable.
The GNU Coding Standards don't say (so far as I know) and much of the
C++ front-end (at least) uses the `!x' style rather than the `! x'
style.
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com