Added GNU GCC support, linux binary

This commit is contained in:
David Anderson
2004-08-11 10:01:56 +00:00
parent bd11b5eb90
commit 2a1ee3fd37
15 changed files with 40 additions and 26 deletions

View File

@ -77,7 +77,7 @@ std::string *MacroList::BeginReplacement(MacroList::Macro *macro)
int MacroList::ReplaceArgument(MacroList::Macro *m, std::string *macro, std::string &arg, int pos = 0)
{
int i = 0, bPos = 0;
int bPos = 0;
bPos = FindSymbol(*macro, *(*m->arg), pos);
@ -169,4 +169,5 @@ void MacroList::SearchAndReplace(std::string &text)
i = List.begin();
}
}
}
}