summaryrefslogtreecommitdiff
path: root/src/smt/smt_options_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_options_template.cpp')
-rw-r--r--src/smt/smt_options_template.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt/smt_options_template.cpp b/src/smt/smt_options_template.cpp
index e94418f15..57bdd468b 100644
--- a/src/smt/smt_options_template.cpp
+++ b/src/smt/smt_options_template.cpp
@@ -27,7 +27,7 @@
${include_all_option_headers}
${option_handler_includes}
-#line 33 "${template}"
+#line 31 "${template}"
using namespace std;
@@ -48,7 +48,7 @@ void SmtEngine::setOption(const std::string& key, const CVC4::SExpr& value)
${smt_setoption_handlers}
-#line 54 "${template}"
+#line 52 "${template}"
throw UnrecognizedOptionException(key);
}
@@ -65,7 +65,7 @@ CVC4::SExpr SmtEngine::getOption(const std::string& key) const
${smt_getoption_handlers}
-#line 71 "${template}"
+#line 69 "${template}"
throw UnrecognizedOptionException(key);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback