summaryrefslogtreecommitdiff
path: root/src/include/cvc5_private_library.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-15 13:04:55 -0700
committerGitHub <noreply@github.com>2021-04-15 20:04:55 +0000
commit77bca094a140b35341257f125a55212ff0108250 (patch)
tree1d3369b9be5fc4c3e8cb279ae5ea662e59cbcb3e /src/include/cvc5_private_library.h
parent63647b1d79df6f287ea6599958b16fce44b8271d (diff)
Rename occurrences of CVC4 to CVC5. (#6351)
This renames everything but GitHub links and build system related macros. Switching the build system to cvc5 will be the last step in the renaming process.
Diffstat (limited to 'src/include/cvc5_private_library.h')
-rw-r--r--src/include/cvc5_private_library.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/cvc5_private_library.h b/src/include/cvc5_private_library.h
index 95c928fb5..36b2bbd04 100644
--- a/src/include/cvc5_private_library.h
+++ b/src/include/cvc5_private_library.h
@@ -21,10 +21,8 @@
|| defined(__BUILDING_CVC4PARSERLIB) \
|| defined(__BUILDING_CVC4PARSERLIB_UNIT_TEST) \
|| defined(__BUILDING_CVC4DRIVER))
-# error A "private library" CVC4 header was included when not building the library, driver, or private unit test code.
-#endif /* ! (__BUILDING_CVC4LIB || __BUILDING_CVC4LIB_UNIT_TEST || \
- __BUILDING_CVC4PARSERLIB || __BUILDING_CVC4PARSERLIB_UNIT_TEST || \
- __BUILDING_CVC4DRIVER) */
+# error A "private library" cvc5 header was included when not building the library, driver, or private unit test code.
+#endif
#include "cvc4autoconfig.h"
#include "cvc5_public.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback