- Improved comment.
This commit is contained in:
Paul Beckingham 2015-03-07 10:09:58 -05:00
parent c9d61ff71b
commit d202691638

View file

@ -706,6 +706,7 @@ bool Lexer::isPair (std::string& token, Lexer::Type& type)
Lexer::Type ignoredType;
if (isIdentifier (ignoredToken, ignoredType))
{
// Look for rc.name[:=]value first, because '=' is allowed.
if (ignoredToken == "rc" ||
ignoredToken.substr (0, 3) == "rc.")
{