From: Morgan Deters Date: Sat, 28 Apr 2012 00:15:52 +0000 (+0000) Subject: adding THEORY_QUANTIFIERS and THEORY_REWRITERULES to the theory enumeration manually... X-Git-Tag: cvc5-1.0.0~8211 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1706ab1f4f485f42b3fce78490a0b39bc0b06d63;p=cvc5.git 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. --- 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 };