summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.cpp
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/expr/expr_template.cpp
parent64d707c3a97a8bbc46d4f3cd07e3a4d3908130b1 (diff)
fix #line number warnings (sorry!)
Diffstat (limited to 'src/expr/expr_template.cpp')
-rw-r--r--src/expr/expr_template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_template.cpp b/src/expr/expr_template.cpp
index 9ea3fbd31..65a671b77 100644
--- a/src/expr/expr_template.cpp
+++ b/src/expr/expr_template.cpp
@@ -30,7 +30,7 @@ ${includes}
// compiler directs the user to the template file instead of the
// generated one. We don't want the user to modify the generated one,
// since it'll get overwritten on a later build.
-#line 36 "${template}"
+#line 34 "${template}"
using namespace CVC4::kind;
using namespace std;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback