summaryrefslogtreecommitdiff
path: root/src/util/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/assert.h')
-rw-r--r--src/util/assert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/assert.h b/src/util/assert.h
index a66503641..24e3a4cdf 100644
--- a/src/util/assert.h
+++ b/src/util/assert.h
@@ -9,8 +9,8 @@
**
**/
-#ifndef __CVC4_ASSERT_H
-#define __CVC4_ASSERT_H
+#ifndef __CVC4__ASSERT_H
+#define __CVC4__ASSERT_H
#include <cassert>
@@ -23,4 +23,4 @@
# define cvc4assert(x)
#endif /* DEBUG */
-#endif /* __CVC4_ASSERT_H */
+#endif /* __CVC4__ASSERT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback