summaryrefslogtreecommitdiff
path: root/src/util/rational_cln_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/rational_cln_imp.h')
-rw-r--r--src/util/rational_cln_imp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/rational_cln_imp.h b/src/util/rational_cln_imp.h
index d62694868..992218ed0 100644
--- a/src/util/rational_cln_imp.h
+++ b/src/util/rational_cln_imp.h
@@ -17,8 +17,8 @@
#include "cvc4_public.h"
-#ifndef CVC4__RATIONAL_H
-#define CVC4__RATIONAL_H
+#ifndef CVC5__RATIONAL_H
+#define CVC5__RATIONAL_H
#include <cln/dfloat.h>
#include <cln/input.h>
@@ -343,4 +343,4 @@ std::ostream& operator<<(std::ostream& os, const Rational& n) CVC4_EXPORT;
} // namespace cvc5
-#endif /* CVC4__RATIONAL_H */
+#endif /* CVC5__RATIONAL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback