summaryrefslogtreecommitdiff
path: root/src/options/base_options_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/base_options_template.h
parent64d707c3a97a8bbc46d4f3cd07e3a4d3908130b1 (diff)
fix #line number warnings (sorry!)
Diffstat (limited to 'src/options/base_options_template.h')
-rw-r--r--src/options/base_options_template.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/options/base_options_template.h b/src/options/base_options_template.h
index b137e485e..527cbc8a2 100644
--- a/src/options/base_options_template.h
+++ b/src/options/base_options_template.h
@@ -22,11 +22,11 @@
#include "options/options.h"
${module_includes}
-#line 28 "${template}"
+#line 26 "${template}"
${module_optionholder_spec}
-#line 32 "${template}"
+#line 30 "${template}"
namespace CVC4 {
@@ -34,19 +34,19 @@ namespace options {
${module_decls}
-#line 40 "${template}"
+#line 38 "${template}"
}/* CVC4::options namespace */
${module_specializations}
-#line 46 "${template}"
+#line 44 "${template}"
namespace options {
${module_inlines}
-#line 52 "${template}"
+#line 50 "${template}"
}/* CVC4::options namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback