OSDN Git Service

* error.c (cp_tree_printer, case 'P'): Append break.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Sep 2000 15:08:44 +0000 (15:08 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Sep 2000 15:08:44 +0000 (15:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36318 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/error.c

index e7a6acb..f3cfd5d 100644 (file)
@@ -1,5 +1,9 @@
 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.
index 6d821a2..06ed96d 100644 (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) =