Commit 6b180c51 by Michael Matz Committed by Michael Matz

* repo.c (finish_repo): Fix typo.

From-SVN: r161612
parent 8a1dabd5
2010-06-30 Michael Matz <matz@suse.de>
* repo.c ((finish_repo): Fix typo.
2010-06-30 Nathan Froyd <froydnj@codesourcery.com>
* parser.c (cp_parser_omp_for_loop): Use a VEC for for_block.
......
......@@ -269,7 +269,7 @@ finish_repo (void)
for (ix = VEC_length (tree, pending_repo) - 1;
VEC_iterate (tree, pending_repo, ix, val);
ix--);
ix--)
{
tree name = DECL_ASSEMBLER_NAME (val);
char type = IDENTIFIER_REPO_CHOSEN (name) ? 'C' : 'O';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment