diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-08-22 08:04:21 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-08-22 08:04:21 +0000 |
commit | 199acebbefe62e469b374d455fd02c47584387d8 (patch) | |
tree | 476b097b6afc170a086d7c4ed5ced2020a452f07 /gcc | |
parent | 3b67968071619e559f37cc9090e6e2f63b2b9179 (diff) | |
download | gcc-199acebbefe62e469b374d455fd02c47584387d8.zip gcc-199acebbefe62e469b374d455fd02c47584387d8.tar.gz gcc-199acebbefe62e469b374d455fd02c47584387d8.tar.bz2 |
(TYPE_RETURNS_STACK_DEPRESSED): Insert blank between
`FUNCTION_TYPE_CHECK' and `(NODE)'.
From-SVN: r35869
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |