Commit 8ce2456a by Andrew Pinski Committed by Andrew Pinski

parse.y (issue_warning_error_from_context): Update for the renaming of pp_format_text to pp_format.

2005-06-29  Andrew Pinski  <pinskia@physics.uc.edu>

        * parse.y (issue_warning_error_from_context): Update for the
        renaming of pp_format_text to pp_format.

From-SVN: r101497
parent 0e053f18
2005-06-29 Andrew Pinski <pinskia@physics.uc.edu>
* parse.y (issue_warning_error_from_context): Update for the
renaming of pp_format_text to pp_format.
2005-06-28 Paul Brook <paul@codesourcery.com>
* decl.c (java_init_decl_processing): Call
......
......@@ -3141,7 +3141,7 @@ issue_warning_error_from_context (
text.err_no = errno;
text.args_ptr = ap;
text.format_spec = gmsgid;
pp_format_text (global_dc->printer, &text);
pp_format (global_dc->printer, &text);
strncpy (buffer, pp_formatted_text (global_dc->printer), sizeof (buffer) - 1);
buffer[sizeof (buffer) - 1] = '\0';
pp_clear_output_area (global_dc->printer);
......
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