summaryrefslogtreecommitdiff
path: root/src/util/safe_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/safe_print.h')
-rw-r--r--src/util/safe_print.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/safe_print.h b/src/util/safe_print.h
index ca844ef73..92eaaaeff 100644
--- a/src/util/safe_print.h
+++ b/src/util/safe_print.h
@@ -34,8 +34,8 @@
#include "cvc4_private_library.h"
-#ifndef CVC4__SAFE_PRINT_H
-#define CVC4__SAFE_PRINT_H
+#ifndef CVC5__SAFE_PRINT_H
+#define CVC5__SAFE_PRINT_H
#include <unistd.h>
@@ -138,4 +138,4 @@ void safe_print_right_aligned(int fd, uint64_t i, ssize_t width);
} // namespace cvc5
-#endif /* CVC4__SAFE_PRINT_H */
+#endif /* CVC5__SAFE_PRINT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback