(print_node): Always output `>' to match `<'.
authorRichard Stallman <rms@gnu.org>
Sat, 24 Oct 1992 00:25:18 +0000 (00:25 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 24 Oct 1992 00:25:18 +0000 (00:25 +0000)
From-SVN: r2582

gcc/print-tree.c

index 648dace..9b38818 100644 (file)
@@ -617,4 +617,6 @@ print_node (file, prefix, node, indent)
 
       break;
     }
+
+  fprintf (file, ">");
 }