summaryrefslogtreecommitdiff
path: root/src/util/rational_gmp_imp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/rational_gmp_imp.cpp')
-rw-r--r--src/util/rational_gmp_imp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/rational_gmp_imp.cpp b/src/util/rational_gmp_imp.cpp
index 69a2fa2dd..f64bca32f 100644
--- a/src/util/rational_gmp_imp.cpp
+++ b/src/util/rational_gmp_imp.cpp
@@ -21,9 +21,9 @@
#include "cvc4autoconfig.h"
-#ifndef CVC4_GMP_IMP // Make sure this comes after cvc4autoconfig.h
-# error "This source should only ever be built if CVC4_GMP_IMP is on !"
-#endif /* CVC4_GMP_IMP */
+#ifndef CVC5_GMP_IMP // Make sure this comes after cvc4autoconfig.h
+#error "This source should only ever be built if CVC5_GMP_IMP is on !"
+#endif /* CVC5_GMP_IMP */
#include "base/check.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback