summaryrefslogtreecommitdiff
path: root/src/expr/kind_template.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-06-30 06:06:30 +0000
committerMorgan Deters <mdeters@gmail.com>2011-06-30 06:06:30 +0000
commit29cf5a3812f1edafc3c233483c65f0cc4b125295 (patch)
tree307f9c8981e5879a4a21fe26e4e89b902f29bbee /src/expr/kind_template.h
parentc64799a735cc9fecb8e618b2c66b252d7cda549d (diff)
only use theory registration if (1) a theory requests it, or (2) if there's more than one "real" theory (not BUILTIN or BOOL) active
Diffstat (limited to 'src/expr/kind_template.h')
-rw-r--r--src/expr/kind_template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/kind_template.h b/src/expr/kind_template.h
index 724f7413f..fe1e31a7b 100644
--- a/src/expr/kind_template.h
+++ b/src/expr/kind_template.h
@@ -62,6 +62,8 @@ ${kind_printers}
return out;
}
+#line 66 "${template}"
+
/** Returns true if the given kind is associative. This is used by ExprManager to
* decide whether it's safe to modify big expressions by changing the grouping of
* the arguments. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback