OSDN Git Service

* cp-tree.h: Have the multiple-include guards around
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Dec 2002 21:04:27 +0000 (21:04 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Dec 2002 21:04:27 +0000 (21:04 +0000)
the entire file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60104 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 51860c5..c2627ba 100644 (file)
@@ -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
index 94e922c..3b50ffe 100644 (file)
@@ -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