Commit f6adcfdc by Richard Stallman

(print_node): Always output `>' to match `<'.

From-SVN: r2582
parent 06285c0c
......@@ -617,4 +617,6 @@ print_node (file, prefix, node, indent)
break;
}
fprintf (file, ">");
}
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