summaryrefslogtreecommitdiff
path: root/src/printer/printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/printer.cpp')
-rw-r--r--src/printer/printer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/printer/printer.cpp b/src/printer/printer.cpp
index 4fb2ff12c..24b9f274d 100644
--- a/src/printer/printer.cpp
+++ b/src/printer/printer.cpp
@@ -55,6 +55,9 @@ Printer* Printer::makePrinter(OutputLanguage lang) throw() {
case LANG_AST:
return new printer::ast::AstPrinter();
+ case LANG_CVC3:
+ return new printer::cvc::CvcPrinter(/* cvc3-mode = */ true);
+
default:
Unhandled(lang);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback