Commit 181d2ba0 by Nathan Sidwell Committed by Nathan Sidwell

* error.c (cp_tree_printer, case 'P'): Append break.

From-SVN: r36318
parent b14066a9
2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
* error.c (cp_tree_printer, case 'P'): Append break.
2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
* cp-tree.h (frob_opname): Declare.
* parse.y (saved_scopes): New static variable.
(cp_parse_init): Adjust.
......
......@@ -2698,6 +2698,7 @@ cp_tree_printer (buffer)
case 'P':
print_function_parameter
(buffer, va_arg (output_buffer_format_args (buffer), int));
break;
case 'T':
tree_being_formatted (&tfi) =
......
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