]> gcc.gnu.org Git - gcc.git/commitdiff
(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 648dace760aacae83d93199b2c46ca54d93e3592..9b3881883b43943aea73a3a3d8db15e92952242f 100644 (file)
@@ -617,4 +617,6 @@ print_node (file, prefix, node, indent)
 
       break;
     }
+
+  fprintf (file, ">");
 }
This page took 0.064038 seconds and 5 git commands to generate.