Update libdparse

This commit is contained in:
Hackerpilot 2015-01-12 14:22:37 -08:00
parent bfc63daf09
commit 1c7df37b46
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 936b974c133ef8e6e4d630de67b81d48ae086f88
Subproject commit 3a6705f4576c9e6ac1586c1e3e7434c2a624e8ed

View File

@ -847,7 +847,7 @@ class XMLPrinter : ASTVisitor
override void visit(const TypeSuffix typeSuffix)
{
if (typeSuffix.star)
if (typeSuffix.star != tok!"")
output.writeln("<typeSuffix type=\"*\"/>");
else if (typeSuffix.array)
{