Update libdparse
This commit is contained in:
parent
bfc63daf09
commit
1c7df37b46
|
|
@ -1 +1 @@
|
||||||
Subproject commit 936b974c133ef8e6e4d630de67b81d48ae086f88
|
Subproject commit 3a6705f4576c9e6ac1586c1e3e7434c2a624e8ed
|
||||||
|
|
@ -847,7 +847,7 @@ class XMLPrinter : ASTVisitor
|
||||||
|
|
||||||
override void visit(const TypeSuffix typeSuffix)
|
override void visit(const TypeSuffix typeSuffix)
|
||||||
{
|
{
|
||||||
if (typeSuffix.star)
|
if (typeSuffix.star != tok!"")
|
||||||
output.writeln("<typeSuffix type=\"*\"/>");
|
output.writeln("<typeSuffix type=\"*\"/>");
|
||||||
else if (typeSuffix.array)
|
else if (typeSuffix.array)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue