(TYPE_RETURNS_STACK_DEPRESSED): Insert blank between
authorAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 22 Aug 2000 08:04:21 +0000 (08:04 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 22 Aug 2000 08:04:21 +0000 (08:04 +0000)
`FUNCTION_TYPE_CHECK' and `(NODE)'.

From-SVN: r35869

gcc/tree.h

index 001e776..06688a8 100644 (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)