Commit 9391bc0d by Jason Merrill

update for decl_minimal change

From-SVN: r110281
parent dfb706d7
...@@ -68,7 +68,7 @@ Print the tree-code of the tree node that is $. ...@@ -68,7 +68,7 @@ Print the tree-code of the tree node that is $.
end end
define pdn define pdn
output $.decl.name->identifier.id.str output $.decl_minimal.name->identifier.id.str
echo \n echo \n
end end
...@@ -77,7 +77,7 @@ Print the name of the decl-node that is $. ...@@ -77,7 +77,7 @@ Print the name of the decl-node that is $.
end end
define ptn define ptn
output $.type.name->decl.name->identifier.id.str output $.type.name->decl_minimal.name->identifier.id.str
echo \n echo \n
end end
......
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