aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-13 21:04:27 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-13 21:04:27 +0000
commit4bd2e31d545d0ed01069ed63062cec67b4e1cd5e (patch)
tree3a81f18c218928df8fd13d2db178ebd7eeb1e16f
parent0edea8ba3a6b958ff220e4d9ffd9ee5e8039e91f (diff)
* cp-tree.h: Have the multiple-include guards around
the entire file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60104 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cp/ChangeLog5
-rw-r--r--gcc/cp/cp-tree.h6
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 51860c5c527..c2627ba6644 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+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>
PR c++/8372
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index 94e922c8b2a..3b50ffec48a 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -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,
Boston, MA 02111-1307, USA. */
+#ifndef GCC_CP_TREE_H
+#define GCC_CP_TREE_H
+
#include "function.h"
#include "hashtab.h"
#include "splay-tree.h"
#include "varray.h"
-#ifndef GCC_CP_TREE_H
-#define GCC_CP_TREE_H
-
#ifndef __GNUC__
#error "You should be using 'make bootstrap' -- see installation instructions"
#endif