summaryrefslogtreecommitdiff
path: root/src/expr/datatype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/datatype.h')
-rw-r--r--src/expr/datatype.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/datatype.h b/src/expr/datatype.h
index 3cc02d3c5..0e8ace709 100644
--- a/src/expr/datatype.h
+++ b/src/expr/datatype.h
@@ -17,8 +17,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__DATATYPE_H
-#define __CVC4__DATATYPE_H
+#ifndef CVC4__DATATYPE_H
+#define CVC4__DATATYPE_H
#include <functional>
#include <iostream>
@@ -1288,4 +1288,4 @@ inline DatatypeConstructor::const_iterator DatatypeConstructor::end() const
}/* CVC4 namespace */
-#endif /* __CVC4__DATATYPE_H */
+#endif /* CVC4__DATATYPE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback