summaryrefslogtreecommitdiff
path: root/src/theory/mkrewriter
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-03-31 15:23:17 -0700
committerGitHub <noreply@github.com>2021-03-31 22:23:17 +0000
commita1466978fbc328507406d4a121dab4d1a1047e1d (patch)
tree12b40f161bb4d7a6ee40c20c78a15d6cda3c1995 /src/theory/mkrewriter
parentf9a9af855fb65804ff0b36e764ccd9d0fa9f87f8 (diff)
Rename namespace CVC4 to CVC5. (#6249)
Diffstat (limited to 'src/theory/mkrewriter')
-rwxr-xr-xsrc/theory/mkrewriter6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/mkrewriter b/src/theory/mkrewriter
index 871927760..9fa3c64c8 100755
--- a/src/theory/mkrewriter
+++ b/src/theory/mkrewriter
@@ -73,9 +73,9 @@ function theory {
echo "$kf:$lineno: error: \"theory\" directive missing class or header argument" >&2
exit 1
elif ! expr "$2" : '\(::*\)' >/dev/null; then
- echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::CVC4::theory::foo)" >&2
- elif ! expr "$2" : '\(::CVC4::theory::*\)' >/dev/null; then
- echo "$kf:$lineno: warning: theory class not under ::CVC4::theory namespace" >&2
+ echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::CVC5::theory::foo)" >&2
+ elif ! expr "$2" : '\(::CVC5::theory::*\)' >/dev/null; then
+ echo "$kf:$lineno: warning: theory class not under ::CVC5::theory namespace" >&2
fi
theory_id="$1"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback