projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a43f7
)
* tree.h (CONSTRUCTOR_TARGET_CLEARED_P): Removed.
author
Per Bothner
<bothner@gcc.gnu.org>
Sat, 20 Jan 1996 01:43:18 +0000
(17:43 -0800)
committer
Per Bothner
<bothner@gcc.gnu.org>
Sat, 20 Jan 1996 01:43:18 +0000
(17:43 -0800)
From-SVN: r11077
gcc/tree.h
patch
|
blob
|
history
diff --git
a/gcc/tree.h
b/gcc/tree.h
index 2d35c6cafee091474fb6ad96bb0cde75f7c3622a..8dd81b52ef0b90866c5118323fa5d7810f15e924 100644
(file)
--- a/
gcc/tree.h
+++ b/
gcc/tree.h
@@
-248,8
+248,6
@@
struct tree_common
TREE_UNSIGNED in
INTEGER_TYPE, ENUMERAL_TYPE, FIELD_DECL
- CONSTRUCTOR_TARGET_CLEARED_P in
- CONSTRUCTOR
DECL_BUILT_IN_NONANSI in
FUNCTION_DECL
TREE_PARMLIST in
@@
-613,7
+611,6
@@
struct tree_vec
/* In a CONSTRUCTOR node. */
#define CONSTRUCTOR_ELTS(NODE) TREE_OPERAND (NODE, 1)
-#define CONSTRUCTOR_TARGET_CLEARED_P(NODE) ((NODE)->common.unsigned_flag)
/* In ordinary expression nodes. */
#define TREE_OPERAND(NODE, I) ((NODE)->exp.operands[I])