summaryrefslogtreecommitdiff
path: root/src/options/options_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options_template.cpp')
-rw-r--r--src/options/options_template.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/options_template.cpp b/src/options/options_template.cpp
index 229c25597..d97d11364 100644
--- a/src/options/options_template.cpp
+++ b/src/options/options_template.cpp
@@ -576,7 +576,7 @@ std::vector<std::string> Options::suggestCommandLineOptions(const std::string& o
static const char* smtOptions[] = {
${all_modules_smt_options},
-#line 590 "${template}"
+#line 580 "${template}"
NULL
};/* smtOptions[] */
@@ -598,7 +598,7 @@ SExpr Options::getOptions() const throw() {
${all_modules_get_options}
-#line 612 "${template}"
+#line 602 "${template}"
return SExpr(opts);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback