summaryrefslogtreecommitdiff
path: root/src/options/bv_bitblast_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/bv_bitblast_mode.h')
-rw-r--r--src/options/bv_bitblast_mode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options/bv_bitblast_mode.h b/src/options/bv_bitblast_mode.h
index 270f2346d..7243c38e1 100644
--- a/src/options/bv_bitblast_mode.h
+++ b/src/options/bv_bitblast_mode.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__THEORY__BV__BITBLAST_MODE_H
-#define __CVC4__THEORY__BV__BITBLAST_MODE_H
+#ifndef CVC4__THEORY__BV__BITBLAST_MODE_H
+#define CVC4__THEORY__BV__BITBLAST_MODE_H
#include <iosfwd>
@@ -120,4 +120,4 @@ std::ostream& operator<<(std::ostream& out, theory::bv::BvOptimizeSatProof level
}/* CVC4 namespace */
-#endif /* __CVC4__THEORY__BV__BITBLAST_MODE_H */
+#endif /* CVC4__THEORY__BV__BITBLAST_MODE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback