cp-tree.h (EXCEPTION_CLEANUP_NAME, [...]): Remove.

* cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
	CONV_STATIC_CAST): Remove.

From-SVN: r97910
This commit is contained in:
Kazu Hirata 2005-04-09 16:57:01 +00:00 committed by Kazu Hirata
parent a457d98ca3
commit ecd9920464
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,8 @@
* cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
CONV_STATIC_CAST): Remove.
* pt.c (UNIFY_ALLOW_MAX_CORRECTION): Remove.
2005-04-08 Ian Lance Taylor <ian@airs.com>
* cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,

View File

@ -86,7 +86,6 @@ static htab_t local_specializations;
#define UNIFY_ALLOW_OUTER_LEVEL 16
#define UNIFY_ALLOW_OUTER_MORE_CV_QUAL 32
#define UNIFY_ALLOW_OUTER_LESS_CV_QUAL 64
#define UNIFY_ALLOW_MAX_CORRECTION 128
static void push_access_scope (tree);
static void pop_access_scope (tree);