Commit 8c6ae51f by Geoffrey Keating Committed by Geoffrey Keating

cp-tree.h: Have the multiple-include guards around the entire file.

	* cp-tree.h: Have the multiple-include guards around
	the entire file.

From-SVN: r60104
parent d9da94a1
2002-12-13 Geoffrey Keating <geoffk@apple.com>
* cp-tree.h: Have the multiple-include guards around
the entire file.
2002-12-10 Mark Mitchell <mark@codesourcery.com> 2002-12-10 Mark Mitchell <mark@codesourcery.com>
PR c++/8372 PR c++/8372
......
...@@ -20,14 +20,14 @@ along with GNU CC; see the file COPYING. If not, write to ...@@ -20,14 +20,14 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#ifndef GCC_CP_TREE_H
#define GCC_CP_TREE_H
#include "function.h" #include "function.h"
#include "hashtab.h" #include "hashtab.h"
#include "splay-tree.h" #include "splay-tree.h"
#include "varray.h" #include "varray.h"
#ifndef GCC_CP_TREE_H
#define GCC_CP_TREE_H
#ifndef __GNUC__ #ifndef __GNUC__
#error "You should be using 'make bootstrap' -- see installation instructions" #error "You should be using 'make bootstrap' -- see installation instructions"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment