Commit 199acebb by Alexandre Oliva

(TYPE_RETURNS_STACK_DEPRESSED): Insert blank between

`FUNCTION_TYPE_CHECK' and `(NODE)'.

From-SVN: r35869
parent 3b679680
...@@ -960,7 +960,7 @@ struct tree_block ...@@ -960,7 +960,7 @@ struct tree_block
/* In a FUNCTION_TYPE, indicates that the function returns with the stack /* In a FUNCTION_TYPE, indicates that the function returns with the stack
pointer depressed. */ pointer depressed. */
#define TYPE_RETURNS_STACK_DEPRESSED(NODE) \ #define TYPE_RETURNS_STACK_DEPRESSED(NODE) \
(FUNCTION_TYPE_CHECK(NODE)->type.no_force_blk_flag) (FUNCTION_TYPE_CHECK (NODE)->type.no_force_blk_flag)
/* Nonzero in a type considered volatile as a whole. */ /* Nonzero in a type considered volatile as a whole. */
#define TYPE_VOLATILE(NODE) ((NODE)->common.volatile_flag) #define TYPE_VOLATILE(NODE) ((NODE)->common.volatile_flag)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment