summaryrefslogtreecommitdiff
path: root/src/main/time_limit.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-09 16:14:21 -0700
committerGitHub <noreply@github.com>2021-04-09 23:14:21 +0000
commit550c49a7dd2b13ea29743458336f0c0a0fb6099a (patch)
treeb06962055a5de77d39c95fc577e54c0d7d69dcfd /src/main/time_limit.h
parentca7e206c239d8de0f25fb23544e4923641b85d11 (diff)
Rename CVC4__ header guards to CVC5__. (#6326)
Diffstat (limited to 'src/main/time_limit.h')
-rw-r--r--src/main/time_limit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/time_limit.h b/src/main/time_limit.h
index ce55523f1..1e87a21bc 100644
--- a/src/main/time_limit.h
+++ b/src/main/time_limit.h
@@ -14,8 +14,8 @@
** Implementation of time limits that are imposed by the --tlimit option.
**/
-#ifndef CVC4__MAIN__TIME_LIMIT_H
-#define CVC4__MAIN__TIME_LIMIT_H
+#ifndef CVC5__MAIN__TIME_LIMIT_H
+#define CVC5__MAIN__TIME_LIMIT_H
#include "options/options.h"
@@ -49,4 +49,4 @@ TimeLimit install_time_limit(const Options& opts);
} // namespace main
} // namespace cvc5
-#endif /* CVC4__MAIN__TIME_LIMIT_H */
+#endif /* CVC5__MAIN__TIME_LIMIT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback