summaryrefslogtreecommitdiff
path: root/src/util/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/hash.h')
-rw-r--r--src/util/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/hash.h b/src/util/hash.h
index d21188f2c..a7cb214b0 100644
--- a/src/util/hash.h
+++ b/src/util/hash.h
@@ -25,7 +25,7 @@
namespace std {
-#ifdef CVC4_NEED_HASH_UINT64_T
+#ifdef CVC5_NEED_HASH_UINT64_T
// on some versions and architectures of GNU C++, we need a
// specialization of hash for 64-bit values
template <>
@@ -34,7 +34,7 @@ struct hash<uint64_t> {
return v;
}
};/* struct hash<uint64_t> */
-#endif /* CVC4_NEED_HASH_UINT64_T */
+#endif /* CVC5_NEED_HASH_UINT64_T */
}/* std namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback