summaryrefslogtreecommitdiff
path: root/src/theory/instantiator_tables_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/instantiator_tables_template.cpp')
-rw-r--r--src/theory/instantiator_tables_template.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/instantiator_tables_template.cpp b/src/theory/instantiator_tables_template.cpp
index 3460d5fcb..bc038df63 100644
--- a/src/theory/instantiator_tables_template.cpp
+++ b/src/theory/instantiator_tables_template.cpp
@@ -20,7 +20,7 @@
${instantiator_includes}
-#line 26 "${template}"
+#line 24 "${template}"
namespace CVC4 {
namespace theory {
@@ -28,7 +28,7 @@ namespace theory {
Instantiator* Theory::makeInstantiator(context::Context* c, theory::QuantifiersEngine* qe) {
switch(d_id) {
${make_instantiator_cases}
-#line 34 "${template}"
+#line 32 "${template}"
default:
Unhandled(d_id);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback