mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-29 06:12:18 -06:00
CppBase: Fixed preprocessing line info
git-svn-id: svn://ultimatepp.org/upp/trunk@13599 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f9e4668937
commit
3f5df1aaba
1 changed files with 2 additions and 0 deletions
|
|
@ -319,6 +319,8 @@ void Cpp::Do(const String& sourcefile, Stream& in, const String& currentfile, bo
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
result.Cat('\n');
|
||||
}
|
||||
else {
|
||||
LTIMING("Expand expand");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue