cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined for tree checking disabled.
authorH.J. Lu <hjl@gnu.org>
Wed, 17 Oct 2001 01:00:40 +0000 (01:00 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 17 Oct 2001 01:00:40 +0000 (18:00 -0700)
        * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
        for tree checking disabled.

From-SVN: r46302

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

index 42609eb7164f95049bb9aa7b6a7b0844582a7824..e6069527ea7c96ced1038387ddbbfe55a8b68da9 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-16  H.J. Lu <hjl@gnu.org>
+
+       * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
+       for tree checking disabled.
+
 2001-10-16  Hans-Peter Nilsson  <hp@axis.com>
 
        * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
index e65a4de0be5527910794067394c634a83ea43c45..290f8edb987e02f62b9c83361874273aa3b4fe88 100644 (file)
@@ -204,6 +204,7 @@ Boston, MA 02111-1307, USA.  */
 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE)   NODE
 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE)    NODE
 #define RECORD_OR_UNION_TYPE_CHECK(NODE)       NODE
+#define BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK(NODE)  NODE
 
 #endif