summaryrefslogtreecommitdiff
path: root/src/options/options_holder_template.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-14 00:08:52 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-14 00:08:52 +0000
commit5b8b6acd9091e2afec654ebed1332d6755bbb7d9 (patch)
tree2cb0db314d266ec048d2797ab1ae3c9dd6c33f3b /src/options/options_holder_template.h
parent64d707c3a97a8bbc46d4f3cd07e3a4d3908130b1 (diff)
fix #line number warnings (sorry!)
Diffstat (limited to 'src/options/options_holder_template.h')
-rw-r--r--src/options/options_holder_template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/options_holder_template.h b/src/options/options_holder_template.h
index ef0b4efdc..cd972e823 100644
--- a/src/options/options_holder_template.h
+++ b/src/options/options_holder_template.h
@@ -21,7 +21,7 @@
${include_all_option_headers}
-#line 27 "${template}"
+#line 25 "${template}"
namespace CVC4 {
namespace options {
@@ -30,7 +30,7 @@ struct OptionsHolder {
OptionsHolder();
${all_modules_contributions}
-#line 36 "${template}"
+#line 34 "${template}"
};/* struct OptionsHolder */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback