From: Geoffrey Keating Date: Fri, 13 Dec 2002 21:04:27 +0000 (+0000) Subject: cp-tree.h: Have the multiple-include guards around the entire file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c6ae51fa9f2395b9d3e3f6d8734c8c099755922;p=gcc.git 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 --- 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 + + * cp-tree.h: Have the multiple-include guards around + the entire file. + 2002-12-10 Mark Mitchell 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