summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-11-07 18:03:42 -0500
committerTianyi Liang <tianyi-liang@uiowa.edu>2013-11-10 18:47:35 -0600
commit7587463f338164d9adbebd117ecf63246e2d32e8 (patch)
treef8ac1217f1707d2367871d65b421040eb95d0364 /src/expr/expr_template.cpp
parent726603e0e5a5482cf98538079790747e43313276 (diff)
Minor fixups to last commit
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 32a1d73e1..54dc64aa4 100644
--- a/src/expr/expr_template.cpp
+++ b/src/expr/expr_template.cpp
@@ -31,7 +31,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 34 "${template}"
+#line 35 "${template}"
using namespace CVC4::kind;
using namespace std;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback