diff options
author | Jeff Law <law@redhat.com> | 2003-06-30 20:04:11 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2003-06-30 20:04:11 -0600 |
commit | de1f5659248e9669c28f5ab22583894b3e55d7e1 (patch) | |
tree | 817cd4c08365bd915978dc7e81826a941b90962e /gcc/tree.h | |
parent | 6001794def1de775fa296fa60b8bf5630dc97736 (diff) | |
download | gcc-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |