From f87f038c5f0821d0fefb01cea00bfdec6004da91 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Fri, 9 Apr 2021 17:22:07 -0700 Subject: Rename CVC4_ macros to CVC5_. (#6327) --- src/expr/attribute.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/expr/attribute.h') diff --git a/src/expr/attribute.h b/src/expr/attribute.h index 9f2301d7e..df621d860 100644 --- a/src/expr/attribute.h +++ b/src/expr/attribute.h @@ -28,9 +28,9 @@ #include "expr/attribute_unique_id.h" // include supporting templates -#define CVC4_ATTRIBUTE_H__INCLUDING__ATTRIBUTE_INTERNALS_H +#define CVC5_ATTRIBUTE_H__INCLUDING__ATTRIBUTE_INTERNALS_H #include "expr/attribute_internals.h" -#undef CVC4_ATTRIBUTE_H__INCLUDING__ATTRIBUTE_INTERNALS_H +#undef CVC5_ATTRIBUTE_H__INCLUDING__ATTRIBUTE_INTERNALS_H namespace cvc5 { namespace expr { -- cgit v1.2.3