diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-09-22 07:02:24 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-09-22 07:02:24 +0000 |
commit | 53f3f4e3131f1c3d22954a77fa2de464de8cc3ba (patch) | |
tree | e1846e971137c71f2a13cbebf290dbf4e2e6248c /gcc/ada/gcc-interface/utils.c | |
parent | aecd88f78f4f88cc5f1365ec18b57e8e0cda638d (diff) | |
download | gcc-53f3f4e3131f1c3d22954a77fa2de464de8cc3ba.zip gcc-53f3f4e3131f1c3d22954a77fa2de464de8cc3ba.tar.gz gcc-53f3f4e3131f1c3d22954a77fa2de464de8cc3ba.tar.bz2 |
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
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
-rw-r--r-- | gcc/ada/gcc-interface/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 ()) |