summaryrefslogtreecommitdiff
path: root/src/main/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/main.h')
-rw-r--r--src/main/main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/main.h b/src/main/main.h
index 6f485a1f5..3f35a9ad4 100644
--- a/src/main/main.h
+++ b/src/main/main.h
@@ -23,8 +23,8 @@
#include "cvc4autoconfig.h"
#include "options/options.h"
-#ifndef CVC4__MAIN__MAIN_H
-#define CVC4__MAIN__MAIN_H
+#ifndef CVC5__MAIN__MAIN_H
+#define CVC5__MAIN__MAIN_H
namespace cvc5 {
namespace main {
@@ -78,4 +78,4 @@ void cvc4_shutdown() noexcept;
int runCvc4(int argc, char* argv[], cvc5::Options&);
void printUsage(cvc5::Options&, bool full = false);
-#endif /* CVC4__MAIN__MAIN_H */
+#endif /* CVC5__MAIN__MAIN_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback