aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2003-06-30 20:04:11 -0600
committerJeff Law <law@gcc.gnu.org>2003-06-30 20:04:11 -0600
commitde1f5659248e9669c28f5ab22583894b3e55d7e1 (patch)
tree817cd4c08365bd915978dc7e81826a941b90962e /gcc/tree.h
parent6001794def1de775fa296fa60b8bf5630dc97736 (diff)
downloadgcc-de1f5659248e9669c28f5ab22583894b3e55d7e1.zip
gcc-de1f5659248e9669c28f5ab22583894b3e55d7e1.tar.gz
gcc-de1f5659248e9669c28f5ab22583894b3e55d7e1.tar.bz2
stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it was always passed in the value '1'.
* stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it was always passed in the value '1'. Simplify body appropriately. * tree.h (any_pending_cleanups): Corresponding changes. * calls.c: (expand_call): Corresponding changes. From-SVN: r68754
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index e43466b..21c9612 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2919,7 +2919,7 @@ extern bool parse_output_constraint PARAMS ((const char **,
extern void expand_asm_operands PARAMS ((tree, tree, tree, tree, int,
const char *, int));
extern tree resolve_asm_operand_names (tree, tree, tree);
-extern int any_pending_cleanups PARAMS ((int));
+extern int any_pending_cleanups PARAMS ((void));
extern void init_stmt_for_function PARAMS ((void));
extern void expand_start_target_temps PARAMS ((void));
extern void expand_end_target_temps PARAMS ((void));