Commit 9fc910d1 by Gabriel Dos Reis Committed by Gabriel Dos Reis

* diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.

From-SVN: r59113
parent a902a2de
2002-11-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
* diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.
2002-11-14 Jakub Jelinek <jakub@redhat.com>
* varasm.c (output_addressed_constants) [MINUS_EXPR]: Clear reloc if
......
......@@ -1023,7 +1023,6 @@ sorry VPARAMS ((const char *msgid, ...))
output_set_prefix
(&global_dc->buffer, diagnostic_build_prefix (&diagnostic));
output_printf (&global_dc->buffer, "sorry, not implemented: ");
output_format (&global_dc->buffer, &diagnostic.message);
output_flush (&global_dc->buffer);
VA_CLOSE (ap);
......
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