Add XML header

This commit is contained in:
Hackerpilot 2014-01-07 13:12:31 -08:00
parent c6333e8fa2
commit 7441746ea2
1 changed files with 1 additions and 0 deletions

View File

@ -838,6 +838,7 @@ class XMLPrinter : ASTVisitor
override void visit(Module module_)
{
output.writeln("<?xml version=\"1.0\"?>");
output.writeln("<module>");
module_.accept(this);
output.writeln("</module>");