summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bool_to_bv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bool_to_bv.h')
-rw-r--r--src/preprocessing/passes/bool_to_bv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/bool_to_bv.h b/src/preprocessing/passes/bool_to_bv.h
index 1245dbd34..c55ce2168 100644
--- a/src/preprocessing/passes/bool_to_bv.h
+++ b/src/preprocessing/passes/bool_to_bv.h
@@ -15,8 +15,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__PREPROCESSING__PASSES__BOOL_TO_BV_H
-#define CVC4__PREPROCESSING__PASSES__BOOL_TO_BV_H
+#ifndef CVC5__PREPROCESSING__PASSES__BOOL_TO_BV_H
+#define CVC5__PREPROCESSING__PASSES__BOOL_TO_BV_H
#include "expr/node.h"
#include "options/bv_options.h"
@@ -123,4 +123,4 @@ class BoolToBV : public PreprocessingPass
} // namespace preprocessing
} // namespace cvc5
-#endif /* CVC4__PREPROCESSING__PASSES__BOOL_TO_BV_H */
+#endif /* CVC5__PREPROCESSING__PASSES__BOOL_TO_BV_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback