BUG: clean up scoping

This commit is contained in:
Ken Martin 2005-11-17 09:44:32 -05:00
parent 435f4ad8b0
commit fb6d598813

View File

@ -136,6 +136,8 @@ bool cmIfCommand::InvokeInitialPass(const std::vector<cmListFileArgument>& args)
return true;
}
namespace
{
void IncrementArguments(std::list<std::string> &newArgs,
std::list<std::string>::iterator &argP1,
std::list<std::string>::iterator &argP2)
@ -150,6 +152,7 @@ void IncrementArguments(std::list<std::string> &newArgs,
}
}
}
}
// order of operations,