summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2016-06-23 16:55:09 -0700
committerClark Barrett <barrett@cs.nyu.edu>2016-06-23 16:55:44 -0700
commitbb25c992db15b8c6316af80ba32f2ffa0add0781 (patch)
tree64facc5b6cbbd21dddad71a1b263e99dea5684cd /src/expr
parentc167446c59939a56f10f853e7d33a92fc16df460 (diff)
Fixed some warnings, fixed bug in cdhashmap that was crashing cdmap_black,
re-enabled cdmap_black.
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/expr_manager_template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_manager_template.cpp b/src/expr/expr_manager_template.cpp
index ef74575f3..53e16751e 100644
--- a/src/expr/expr_manager_template.cpp
+++ b/src/expr/expr_manager_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 33 "${template}"
+#line 34 "${template}"
#ifdef CVC4_STATISTICS_ON
#define INC_STAT(kind) \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback