summaryrefslogtreecommitdiff
path: root/src/theory/mkrewriter
diff options
context:
space:
mode:
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 9fa3c64c8..c447350dd 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., ::CVC5::theory::foo)" >&2
- elif ! expr "$2" : '\(::CVC5::theory::*\)' >/dev/null; then
- echo "$kf:$lineno: warning: theory class not under ::CVC5::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