summaryrefslogtreecommitdiff
path: root/src/prop/kissat.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-09 17:22:07 -0700
committerGitHub <noreply@github.com>2021-04-09 17:22:07 -0700
commitf87f038c5f0821d0fefb01cea00bfdec6004da91 (patch)
treed948178e1c0d2dc459a976f0d187d2d41a5437c0 /src/prop/kissat.h
parent550c49a7dd2b13ea29743458336f0c0a0fb6099a (diff)
Rename CVC4_ macros to CVC5_. (#6327)
Diffstat (limited to 'src/prop/kissat.h')
-rw-r--r--src/prop/kissat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prop/kissat.h b/src/prop/kissat.h
index 2ab38dbab..b2bc8e074 100644
--- a/src/prop/kissat.h
+++ b/src/prop/kissat.h
@@ -19,7 +19,7 @@
#ifndef CVC5__PROP__KISSAT_H
#define CVC5__PROP__KISSAT_H
-#ifdef CVC4_USE_KISSAT
+#ifdef CVC5_USE_KISSAT
#include "prop/sat_solver.h"
#include "util/stats_timer.h"
@@ -99,5 +99,5 @@ class KissatSolver : public SatSolver
} // namespace prop
} // namespace cvc5
-#endif // CVC4_USE_KISSAT
+#endif // CVC5_USE_KISSAT
#endif // CVC5__PROP__KISSAT_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback