aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2008-12-24 17:00:52 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2008-12-24 17:00:52 +0000
commitaa331cc56b832d902c95ef6b83bf650a44ae3f8f (patch)
tree88d716dce677323bed7c187788049f29ce0f31fc /gcc/expr.h
parentc4b71aa9808178cf0113a0f6e09b3a0fc1016db3 (diff)
downloadgcc-aa331cc56b832d902c95ef6b83bf650a44ae3f8f.zip
gcc-aa331cc56b832d902c95ef6b83bf650a44ae3f8f.tar.gz
gcc-aa331cc56b832d902c95ef6b83bf650a44ae3f8f.tar.bz2
Makefile.in (GTFILES): Add $(srcdir)/expr.h.
* Makefile.in (GTFILES): Add $(srcdir)/expr.h. * expr.h: Fix the declaration of block_clear_fn. From-SVN: r142914
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 *);