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

From-SVN: r36318
This commit is contained in:
Nathan Sidwell 2000-09-11 15:08:44 +00:00 committed by Nathan Sidwell
parent b14066a92d
commit 181d2ba0f3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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) =