aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-09-28 06:37:41 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-09-28 06:37:41 +0200
commitedaf3e0357bbc16c01ff9f341016a1e6969a617d (patch)
tree2d57274d896402f7f0c0a9338f7d3dfc555c03af /gcc/ifcvt.c
parent6fb708633d529fafe3626c2b1b4d39a9dffe36bd (diff)
downloadgcc-edaf3e0357bbc16c01ff9f341016a1e6969a617d.zip
gcc-edaf3e0357bbc16c01ff9f341016a1e6969a617d.tar.gz
gcc-edaf3e0357bbc16c01ff9f341016a1e6969a617d.tar.bz2
c-decl.c (finish_function): Convert definition to ISO C90.
* c-decl.c (finish_function): Convert definition to ISO C90. * ifcvt.c (mark_loop_exit_edges): Likewise. * ra-rewrite.c (emit_colors): Likewise. For cp: * decl.c (cxx_builtin_type_decls): Convert to ISO C90 function definition. * init.c (push_base_cleanups): Likewise. * decl2.c (finish_file): Likewise. * mangle.c (init_mangle): Likewise. (dump_substitution_candidates): Likewise. * search.c: Likewise. From-SVN: r71872
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r--gcc/ifcvt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c
index 782960b..e2575dc 100644
--- a/gcc/ifcvt.c
+++ b/gcc/ifcvt.c
@@ -116,7 +116,7 @@ static void mark_loop_exit_edges (void);
/* Sets EDGE_LOOP_EXIT flag for all loop exits. */
static void
-mark_loop_exit_edges ()
+mark_loop_exit_edges (void)
{
struct loops loops;
basic_block bb;