diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2008-12-24 17:00:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2008-12-24 17:00:52 +0000 |
commit | aa331cc56b832d902c95ef6b83bf650a44ae3f8f (patch) | |
tree | 88d716dce677323bed7c187788049f29ce0f31fc /gcc/expr.h | |
parent | c4b71aa9808178cf0113a0f6e09b3a0fc1016db3 (diff) | |
download | gcc-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |