- rc.debug=1 propagates to Eval::debug.
- Corrected comments.
This commit is contained in:
Paul Beckingham
2014-04-27 12:49:54 -07:00
parent 899e65714a
commit dea9d3f4ef
3 changed files with 9 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
extern Context context;
// TODO Tie this to rc.abbreviation.minimum.
static const int minimumMatchLength = 3;
// Alias expansion limit. Any more indicates some kind of error.
@@ -159,7 +160,7 @@ void A3t::entity (const std::string& name, const std::string& value)
}
////////////////////////////////////////////////////////////////////////////////
// Search for 'value' in _entities, return category and canonicalized value.
// Search for 'value' in _entities category, return canonicalized value.
bool A3t::canonicalize (
std::string& canonicalized,
const std::string& category,