mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@8296 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a663dc922b
commit
811a4ff8fb
2 changed files with 20 additions and 26 deletions
|
|
@ -150,6 +150,8 @@ bool Cpp::Preprocess(const String& sourcefile, Stream& in, const String& current
|
|||
done = false;
|
||||
incomment = false;
|
||||
Index<String> visited;
|
||||
if(get_macros)
|
||||
DUMP(*get_macros);
|
||||
Do(NormalizePath(sourcefile), in, NormalizePath(currentfile), visited, get_macros);
|
||||
return done;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue