(C++) Patch to elaborated-type-specifier handling

Mark Mitchell mark@codesourcery.com
Sun Sep 17 10:28:00 GMT 2000


  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


More information about the Gcc-patches mailing list