mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 08:29:40 +08:00
* cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
From-SVN: r41985
This commit is contained in:
parent
5a0bf1eed1
commit
401deb20e2
@ -1,3 +1,7 @@
|
||||
2001-05-11 Ira Ruben <ira@apple.com>
|
||||
|
||||
* cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
|
||||
|
||||
2001-05-11 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||
|
||||
* cp-tree.h (finish_label_expr, lookup_label): Delete.
|
||||
|
@ -527,10 +527,6 @@ struct tree_srcloc
|
||||
/* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */
|
||||
#define C_TYPE_FIELDS_READONLY(type) TYPE_LANG_FLAG_0 (type)
|
||||
|
||||
/* Record in each node resulting from a binary operator
|
||||
what operator was specified for it. */
|
||||
#define C_EXP_ORIGINAL_CODE(exp) ((enum tree_code) TREE_COMPLEXITY (exp))
|
||||
|
||||
/* Store a value in that field. */
|
||||
#define C_SET_EXP_ORIGINAL_CODE(exp, code) \
|
||||
(TREE_COMPLEXITY (exp) = (int)(code))
|
||||
|
Loading…
Reference in New Issue
Block a user