summaryrefslogtreecommitdiff
path: root/src/printer/ast/ast_printer.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-20 13:36:12 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-20 13:36:12 +0000
commit2c7da77682998d520136249897f69ceed53d49a9 (patch)
tree42b59ab42fa08392b0d6ab7902490ea98624136d /src/printer/ast/ast_printer.cpp
parent46c12d84290f3ed23bd0b435c6e8e5852ab1af39 (diff)
some bugfixes that come as a result of debugging some CASCADE/C stuff..
(this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/printer/ast/ast_printer.cpp')
-rw-r--r--src/printer/ast/ast_printer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printer/ast/ast_printer.cpp b/src/printer/ast/ast_printer.cpp
index f8e754868..4ae66f510 100644
--- a/src/printer/ast/ast_printer.cpp
+++ b/src/printer/ast/ast_printer.cpp
@@ -89,7 +89,7 @@ void AstPrinter::toStream(std::ostream& out, TNode n,
if(types) {
// print the whole type, but not *its* type
out << ":";
- n.getType().toStream(out, -1, false, 0, language::output::LANG_AST);
+ n.getType().toStream(out, language::output::LANG_AST);
}
return;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback