summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bv_eager_atoms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bv_eager_atoms.h')
-rw-r--r--src/preprocessing/passes/bv_eager_atoms.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/bv_eager_atoms.h b/src/preprocessing/passes/bv_eager_atoms.h
index e0b53ad1b..85d86e3f7 100644
--- a/src/preprocessing/passes/bv_eager_atoms.h
+++ b/src/preprocessing/passes/bv_eager_atoms.h
@@ -17,8 +17,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__PREPROCESSING__PASSES__BV_EAGER_ATOMS_H
-#define CVC4__PREPROCESSING__PASSES__BV_EAGER_ATOMS_H
+#ifndef CVC5__PREPROCESSING__PASSES__BV_EAGER_ATOMS_H
+#define CVC5__PREPROCESSING__PASSES__BV_EAGER_ATOMS_H
#include "preprocessing/preprocessing_pass.h"
@@ -40,4 +40,4 @@ class BvEagerAtoms : public PreprocessingPass
} // namespace preprocessing
} // namespace cvc5
-#endif /* CVC4__PREPROCESSING__PASSES__BV_EAGER_ATOMS_H */
+#endif /* CVC5__PREPROCESSING__PASSES__BV_EAGER_ATOMS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback