This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Missed this bit yesterday


I only deleted the ENABLE_TREE_CHECKING form of this macro.  It's
unused.

zw

        * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.

===================================================================
Index: tree.h
--- tree.h	28 Apr 2003 20:02:24 -0000	1.396
+++ tree.h	29 Apr 2003 17:09:01 -0000
@@ -367,7 +367,6 @@ extern void tree_operand_check_failed PA
 
 #define TREE_CHECK(t, code)		(t)
 #define TREE_CLASS_CHECK(t, code)	(t)
-#define CST_OR_CONSTRUCTOR_CHECK(t)	(t)
 #define EXPR_CHECK(t)			(t)
 #define TREE_VEC_ELT_CHECK(t, i)	((t)->vec.a[i])
 #define TREE_OPERAND_CHECK(t, i)	((t)->exp.operands[i])


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]