aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index f3f208a..e0817f6 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -404,7 +404,7 @@ enum block_op_methods
BLOCK_OP_TAILCALL
};
-extern tree GTY(()) block_clear_fn;
+extern GTY(()) tree block_clear_fn;
extern void init_block_move_fn (const char *);
extern void init_block_clear_fn (const char *);