forked from qt-creator/qt-creator
Reduced the number of generated #line directives.
This commit is contained in:
@@ -69,8 +69,7 @@ const char *MacroExpander::operator () (const char *__first, const char *__last,
|
||||
{
|
||||
if (*__first == '\n')
|
||||
{
|
||||
__result->append('\n');
|
||||
__result->append('#');
|
||||
__result->append("\n# ");
|
||||
__result->append(QByteArray::number(env.currentLine));
|
||||
__result->append(' ');
|
||||
__result->append('"');
|
||||
|
||||
Reference in New Issue
Block a user