This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH: Fix broken check-in from yesterday
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: mark at codesourcery dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 31 Dec 2002 22:56:10 +0100
- Subject: Re: C++ PATCH: Fix broken check-in from yesterday
- Organization: Integrable Solutions
- References: <200212311726.gBVHQ6I20664@gandalf.codesourcery.com>
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.
-- Gaby