summaryrefslogtreecommitdiff
path: root/src/expr/kind_template.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-09-26 17:52:37 -0700
committerGitHub <noreply@github.com>2019-09-26 17:52:37 -0700
commit3aafd4a2ced87f0fd82ebe5279b73c84552502d5 (patch)
tree2e96b3cf82d4a1d2c74bb5a6b3227d5afb3716d1 /src/expr/kind_template.h
parent9ba1854be7d798a899a2b46c2707d376938c5d18 (diff)
parent923abd7000a2ab6e3c0776c59d159bdc3a4d9a52 (diff)
Merge branch 'master' into splitEqRew
Diffstat (limited to 'src/expr/kind_template.h')
-rw-r--r--src/expr/kind_template.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/kind_template.h b/src/expr/kind_template.h
index 820fa6b7d..93c37f6cc 100644
--- a/src/expr/kind_template.h
+++ b/src/expr/kind_template.h
@@ -16,8 +16,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__KIND_H
-#define __CVC4__KIND_H
+#ifndef CVC4__KIND_H
+#define CVC4__KIND_H
#include <iosfwd>
@@ -104,4 +104,4 @@ std::string getStatsPrefix(TheoryId theoryId) CVC4_PUBLIC;
}/* CVC4::theory namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__KIND_H */
+#endif /* CVC4__KIND_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback