summaryrefslogtreecommitdiff
path: root/src/expr/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/array.h')
-rw-r--r--src/expr/array.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/array.h b/src/expr/array.h
index b313a694b..a53ac3cd2 100644
--- a/src/expr/array.h
+++ b/src/expr/array.h
@@ -16,11 +16,11 @@
#include "cvc4_public.h"
-#ifndef __CVC4__ARRAY_H
-#define __CVC4__ARRAY_H
+#ifndef CVC4__ARRAY_H
+#define CVC4__ARRAY_H
// we get ArrayType right now by #including type.h.
// array.h is still useful for the auto-generated kinds #includes.
#include "expr/type.h"
-#endif /* __CVC4__ARRAY_H */
+#endif /* CVC4__ARRAY_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback