CppBase: Fixed preprocessing line info

git-svn-id: svn://ultimatepp.org/upp/trunk@13599 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-09-13 06:11:35 +00:00
parent 663d7e08bb
commit 8c917d34eb

View file

@ -319,6 +319,8 @@ void Cpp::Do(const String& sourcefile, Stream& in, const String& currentfile, bo
}
}
}
else
result.Cat('\n');
}
else {
LTIMING("Expand expand");