From 8c6ae51fa9f2395b9d3e3f6d8734c8c099755922 Mon Sep 17 00:00:00 2001
From: Geoffrey Keating <geoffk@apple.com>
Date: Fri, 13 Dec 2002 21:04:27 +0000
Subject: [PATCH] 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
---
 gcc/cp/ChangeLog | 5 +++++
 gcc/cp/cp-tree.h | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 51860c5c5275..c2627ba66440 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 94e922c8b2a2..3b50ffec48a3 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
-- 
GitLab