From 550c49a7dd2b13ea29743458336f0c0a0fb6099a Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Fri, 9 Apr 2021 16:14:21 -0700 Subject: Rename CVC4__ header guards to CVC5__. (#6326) --- src/theory/arith/nl/nonlinear_extension.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/theory/arith/nl/nonlinear_extension.h') diff --git a/src/theory/arith/nl/nonlinear_extension.h b/src/theory/arith/nl/nonlinear_extension.h index 722741d7d..5dd1374cd 100644 --- a/src/theory/arith/nl/nonlinear_extension.h +++ b/src/theory/arith/nl/nonlinear_extension.h @@ -15,8 +15,8 @@ ** multiplication via axiom instantiations. **/ -#ifndef CVC4__THEORY__ARITH__NL__NONLINEAR_EXTENSION_H -#define CVC4__THEORY__ARITH__NL__NONLINEAR_EXTENSION_H +#ifndef CVC5__THEORY__ARITH__NL__NONLINEAR_EXTENSION_H +#define CVC5__THEORY__ARITH__NL__NONLINEAR_EXTENSION_H #include #include @@ -298,4 +298,4 @@ class NonlinearExtension } // namespace theory } // namespace cvc5 -#endif /* CVC4__THEORY__ARITH__NONLINEAR_EXTENSION_H */ +#endif /* CVC5__THEORY__ARITH__NONLINEAR_EXTENSION_H */ -- cgit v1.2.3