BUG: undo change as it breaks preprocess test for some reason??

This commit is contained in:
Bill Hoffman 2008-04-08 17:37:13 -04:00
parent f2b2861248
commit 0a61a70870
1 changed files with 1 additions and 4 deletions

View File

@ -1281,10 +1281,7 @@ void cmSystemTools::ExpandListArgument(const std::string& arg,
} break; } break;
case ']': case ']':
{ {
if(squareNesting) --squareNesting;
{
--squareNesting;
}
newArgVec.push_back(*c); newArgVec.push_back(*c);
} break; } break;
case ';': case ';':