mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-09 22:03:45 -06:00
git-svn-id: svn://ultimatepp.org/upp/trunk@8494 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b59afc5231
commit
c1b2a4a5dc
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