summaryrefslogtreecommitdiff
path: root/src/context/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/context.h')
-rw-r--r--src/context/context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/context/context.h b/src/context/context.h
index fee1efa05..d9d73f770 100644
--- a/src/context/context.h
+++ b/src/context/context.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__CONTEXT__CONTEXT_H
-#define __CVC4__CONTEXT__CONTEXT_H
+#ifndef CVC4__CONTEXT__CONTEXT_H
+#define CVC4__CONTEXT__CONTEXT_H
#include <cstdlib>
#include <cstring>
@@ -745,4 +745,4 @@ inline void Scope::addToChain(ContextObj* pContextObj)
}/* CVC4::context namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__CONTEXT__CONTEXT_H */
+#endif /* CVC4__CONTEXT__CONTEXT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback