summaryrefslogtreecommitdiff
path: root/src/util/bitvector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/bitvector.h')
-rw-r--r--src/util/bitvector.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/bitvector.h b/src/util/bitvector.h
index 5c05bd6a7..edf4e987d 100644
--- a/src/util/bitvector.h
+++ b/src/util/bitvector.h
@@ -19,8 +19,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__BITVECTOR_H_
-#define __CVC4__BITVECTOR_H_
+#ifndef __CVC4__BITVECTOR_H
+#define __CVC4__BITVECTOR_H
#include <iostream>
#include "util/Assert.h"
@@ -247,7 +247,7 @@ struct UnsignedHashStrategy {
std::ostream& operator <<(std::ostream& os, const BitVector& bv);
std::ostream& operator <<(std::ostream& os, const BitVectorExtract& bv);
-}
+}/* CVC4 namespace */
-#endif /* __CVC4__BITVECTOR_H_ */
+#endif /* __CVC4__BITVECTOR_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback