aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.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/cp/decl.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/cp/decl.c')
-rw-r--r--gcc/cp/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 5eab210..d60bcb4 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -5879,7 +5879,7 @@ static GTY(()) tree builtin_type_decls;
/* Return a chain of TYPE_DECLs for the builtin types. */
tree
-cxx_builtin_type_decls ()
+cxx_builtin_type_decls (void)
{
return builtin_type_decls;
}