mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-19 14:16:46 -06:00
git-svn-id: svn://ultimatepp.org/upp/trunk@8494 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
883a3e26dc
commit
dedd05a7f1
10 changed files with 89 additions and 56 deletions
|
|
@ -173,6 +173,7 @@ void Cpp::DoFlatInclude(const String& header_path)
|
|||
|
||||
void Cpp::Do(const String& sourcefile, Stream& in, const String& currentfile, bool get_macros)
|
||||
{
|
||||
LLOG("Cpp::Do " << sourcefile << ", current: " << currentfile);
|
||||
if(visited.Find(currentfile) >= 0 || visited.GetCount() > 20000)
|
||||
return;
|
||||
visited.Add(currentfile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue