summaryrefslogtreecommitdiff
path: root/src/util/unsafe_interrupt_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/unsafe_interrupt_exception.h')
-rw-r--r--src/util/unsafe_interrupt_exception.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/unsafe_interrupt_exception.h b/src/util/unsafe_interrupt_exception.h
index faee0a5cf..5c8360cdf 100644
--- a/src/util/unsafe_interrupt_exception.h
+++ b/src/util/unsafe_interrupt_exception.h
@@ -15,8 +15,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__UNSAFE_INTERRUPT_EXCEPTION_H
-#define __CVC4__UNSAFE_INTERRUPT_EXCEPTION_H
+#ifndef CVC4__UNSAFE_INTERRUPT_EXCEPTION_H
+#define CVC4__UNSAFE_INTERRUPT_EXCEPTION_H
#include "base/exception.h"
@@ -40,4 +40,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__UNSAFE_INTERRUPT_EXCEPTION_H */
+#endif /* CVC4__UNSAFE_INTERRUPT_EXCEPTION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback