git-svn-id: svn://ultimatepp.org/upp/trunk@8296 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-03-24 21:53:26 +00:00
parent e04d454f4e
commit 29e9fe5538
2 changed files with 20 additions and 26 deletions

View file

@ -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;
}