summaryrefslogtreecommitdiff
path: root/src/printer/smt2/smt2_printer.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-03-19 13:58:59 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-03-19 15:49:50 -0400
commit5ca5dd42d95ce08a4ea456212fffcd2672e31fc1 (patch)
treec0e9e06b710c3a64b1afbd27f66b35e7fe074c1a /src/printer/smt2/smt2_printer.h
parentedd400baac8b4055b9e539a0324e09e07abed02c (diff)
Fix for bug 555; SMT-LIBv2 symbols now output with proper quoting.
Diffstat (limited to 'src/printer/smt2/smt2_printer.h')
-rw-r--r--src/printer/smt2/smt2_printer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/printer/smt2/smt2_printer.h b/src/printer/smt2/smt2_printer.h
index c70bb78c3..c3f8deb9c 100644
--- a/src/printer/smt2/smt2_printer.h
+++ b/src/printer/smt2/smt2_printer.h
@@ -45,6 +45,7 @@ public:
void toStream(std::ostream& out, const Command* c, int toDepth, bool types, size_t dag) const throw();
void toStream(std::ostream& out, const CommandStatus* s) const throw();
void toStream(std::ostream& out, const Result& r) const throw();
+ void toStream(std::ostream& out, const SExpr& sexpr) const throw();
};/* class Smt2Printer */
}/* CVC4::printer::smt2 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback