gkeating 02/12/13 13:07:06
Modified: live/gcc3/gcc/cp cp-tree.h
Log:
Merge this patch from FSF:
2002-12-13 Geoffrey Keating <[EMAIL PROTECTED]>
* cp-tree.h: Have the multiple-include guards around
the entire file.
Revision Changes Path
1.74 +3 -3 src/live/gcc3/gcc/cp/cp-tree.h
Index: cp-tree.h
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/gcc/cp/cp-tree.h,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- cp-tree.h 2002/12/08 00:39:07 1.73
+++ cp-tree.h 2002/12/13 21:07:05 1.74
@@ -20,13 +20,13 @@
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"