summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-04-28 00:15:52 +0000
committerMorgan Deters <mdeters@gmail.com>2012-04-28 00:15:52 +0000
commit1706ab1f4f485f42b3fce78490a0b39bc0b06d63 (patch)
treeabdc7ac3c1c30bf6f0469ee245379469fc6568c9 /src
parentf1a30b3fcd4afd2f69e2b2c8a748213f28676752 (diff)
adding THEORY_QUANTIFIERS and THEORY_REWRITERULES to the theory enumeration manually; this will make the LogicInfo commit coming up much easier to integrate into trunk, and will anyway be cleaned up when quantifiers2 branch is merged into trunk.
Diffstat (limited to 'src')
-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 973163d62..fb76c1857 100644
--- a/src/expr/kind_template.h
+++ b/src/expr/kind_template.h
@@ -124,6 +124,8 @@ namespace theory {
enum TheoryId {
${theory_enum}
+ THEORY_QUANTIFIERS,
+ THEORY_REWRITERULES,
THEORY_LAST
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback