diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-22 08:04:21 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-22 08:04:21 +0000 |
commit | fabd00bc5278e4890a0c9726acde2c5fa192154a (patch) | |
tree | 476b097b6afc170a086d7c4ed5ced2020a452f07 /gcc/tree.h | |
parent | ae22b43fe5d3da532e51e8f98d310d41aef91345 (diff) | |
download | gcc-fabd00bc5278e4890a0c9726acde2c5fa192154a.tar.gz |
(TYPE_RETURNS_STACK_DEPRESSED): Insert blank between
`FUNCTION_TYPE_CHECK' and `(NODE)'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 001e776cf2d..06688a84424 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -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) |