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 f9e4668937
commit 3f5df1aaba

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");