summaryrefslogtreecommitdiff
path: root/src/util/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/debug.h')
-rw-r--r--src/util/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/debug.h b/src/util/debug.h
index 516908d3d..e25ca8168 100644
--- a/src/util/debug.h
+++ b/src/util/debug.h
@@ -20,8 +20,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__DEBUG_H
-#define __CVC4__DEBUG_H
+#ifndef CVC4__DEBUG_H
+#define CVC4__DEBUG_H
#include <cassert>
@@ -34,4 +34,4 @@
# define cvc4assert(x) /*__builtin_expect( ( x ), true )*/
#endif /* CVC4_ASSERTIONS */
-#endif /* __CVC4__DEBUG_H */
+#endif /* CVC4__DEBUG_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback