(TYPE_RETURNS_STACK_DEPRESSED): Insert blank between

`FUNCTION_TYPE_CHECK' and `(NODE)'.

From-SVN: r35869
This commit is contained in:
Alexandre Oliva 2000-08-22 08:04:21 +00:00
parent 3b67968071
commit 199acebbef

View File

@ -960,7 +960,7 @@ struct tree_block
/* In a FUNCTION_TYPE, indicates that the function returns with the stack
pointer depressed. */
#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. */
#define TYPE_VOLATILE(NODE) ((NODE)->common.volatile_flag)