summaryrefslogtreecommitdiff
path: root/src/theory/strings/term_registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/term_registry.cpp')
-rw-r--r--src/theory/strings/term_registry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/term_registry.cpp b/src/theory/strings/term_registry.cpp
index b4fbbed98..d21cf069d 100644
--- a/src/theory/strings/term_registry.cpp
+++ b/src/theory/strings/term_registry.cpp
@@ -179,7 +179,7 @@ void TermRegistry::preRegisterTerm(TNode n)
ss << "Regular expression variables are not supported.";
throw LogicException(ss.str());
}
- if (tn.isString())
+ if (tn.isString()) // string-only
{
// all characters of constants should fall in the alphabet
if (n.isConst())
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback