new borland generator moved into place

This commit is contained in:
Bill Hoffman
2001-11-30 16:48:52 -05:00
parent e9d0ad180f
commit 0d3eefb1f1
12 changed files with 94 additions and 172 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ IsFunctionBlocked(const char *name, const std::vector<std::string> &args,
bool cmForEachFunctionBlocker::
ShouldRemove(const char *name, const std::vector<std::string> &args,
cmMakefile &mf)
cmMakefile &)
{
if (!strcmp(name,"ENDFOREACH") && args[0] == m_Args[0])
{