summaryrefslogtreecommitdiff
path: root/src/theory/arith/proof_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/proof_macros.h')
-rw-r--r--src/theory/arith/proof_macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/arith/proof_macros.h b/src/theory/arith/proof_macros.h
index a02738fd3..32a31b157 100644
--- a/src/theory/arith/proof_macros.h
+++ b/src/theory/arith/proof_macros.h
@@ -15,8 +15,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__ARITH__PROOF_MACROS_H
-#define CVC4__THEORY__ARITH__PROOF_MACROS_H
+#ifndef CVC5__THEORY__ARITH__PROOF_MACROS_H
+#define CVC5__THEORY__ARITH__PROOF_MACROS_H
#include "options/smt_options.h"
@@ -28,4 +28,4 @@
#define ARITH_NULLPROOF(x) (cvc5::options::produceProofs()) ? x : NULL
#define ARITH_PROOF_ON() cvc5::options::produceProofs()
-#endif // CVC4__THEORY__ARITH__PROOF_MACROS_H
+#endif // CVC5__THEORY__ARITH__PROOF_MACROS_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback