projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab481e
)
Whitespace change.
author
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 16 Jun 2003 18:56:09 +0000
(14:56 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 16 Jun 2003 18:56:09 +0000
(14:56 -0400)
From-SVN: r68031
gcc/tree.h
patch
|
blob
|
history
diff --git
a/gcc/tree.h
b/gcc/tree.h
index 42b64b1011af5f01bb4a9b60a77bfbb0a7df2c07..2df6902cdf053ff6ea9468e52e2f78d4931b9104 100644
(file)
--- a/
gcc/tree.h
+++ b/
gcc/tree.h
@@
-309,7
+309,7
@@
struct tree_common GTY(())
/* Special checks for TREE_OPERANDs. */
#define TREE_OPERAND_CHECK(T, I) __extension__ \
-(*({const tree __t = EXPR_CHECK
(T);
\
+(*({const tree __t = EXPR_CHECK
(T);
\
const int __i = (I); \
if (__i < 0 || __i >= TREE_CODE_LENGTH (TREE_CODE (__t))) \
tree_operand_check_failed (__i, TREE_CODE (__t), \