summaryrefslogtreecommitdiff
path: root/src/options/base_handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/base_handlers.h')
-rw-r--r--src/options/base_handlers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options/base_handlers.h b/src/options/base_handlers.h
index 58c963145..fae6549f3 100644
--- a/src/options/base_handlers.h
+++ b/src/options/base_handlers.h
@@ -17,8 +17,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__BASE_HANDLERS_H
-#define __CVC4__BASE_HANDLERS_H
+#ifndef CVC4__BASE_HANDLERS_H
+#define CVC4__BASE_HANDLERS_H
#include <iostream>
#include <string>
@@ -83,4 +83,4 @@ struct not_equal : public comparator<std::not_equal_to> {
}/* CVC4::options namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__BASE_HANDLERS_H */
+#endif /* CVC4__BASE_HANDLERS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback