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: C++ PATCH: Fix broken check-in from yesterday




--On Tuesday, December 31, 2002 10:56:10 PM +0100 Gabriel Dos Reis <gdr@integrable-solutions.net> wrote:

Mark Mitchell <mark@codesourcery.com> writes:

| This patch fixes my check-in yesterday which used a global variable
| that was not declared.  I wanted to declare it in the right place,
| but forgot to check in that bit.  Sorry!

Mark,

  I checked in something similar but in cp/cp-tree.h.
Thanks!  I undid your change and moved it to c-common.h, because I think
that's a little cleaner, but I appreciate you getting everyone unstuck!

--
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]