From 53f3f4e3131f1c3d22954a77fa2de464de8cc3ba Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Mon, 22 Sep 2014 07:02:24 +0000 Subject: decl.c (gnat_to_gnu_entity): Adjust comment. * gcc-interface/decl.c (gnat_to_gnu_entity): Adjust comment. * gcc-interface/utils.c (gnat_write_global_declarations): Fix typo. From-SVN: r215445 --- gcc/ada/gcc-interface/utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/ada/gcc-interface/utils.c') diff --git a/gcc/ada/gcc-interface/utils.c b/gcc/ada/gcc-interface/utils.c index 266a942..79b0039 100644 --- a/gcc/ada/gcc-interface/utils.c +++ b/gcc/ada/gcc-interface/utils.c @@ -5168,7 +5168,6 @@ gnat_write_global_declarations (void) TREE_STATIC (dummy_global) = 1; node = varpool_node::get_create (dummy_global); node->definition = 1; - node->definition = 1; node->force_output = 1; while (!types_used_by_cur_var_decl->is_empty ()) -- cgit v1.1