Whitespace change.
From-SVN: r68031
This commit is contained in:
parent
5ab481e097
commit
55448d1203
1 changed files with 1 additions and 1 deletions
|
@ -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), \
|
||||
|
|
Loading…
Add table
Reference in a new issue