diff options
Diffstat (limited to 'lib/Frontend/PrintPreprocessedOutput.cpp')
-rw-r--r-- | lib/Frontend/PrintPreprocessedOutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/PrintPreprocessedOutput.cpp b/lib/Frontend/PrintPreprocessedOutput.cpp index eb68e3875a..d63d9cbba9 100644 --- a/lib/Frontend/PrintPreprocessedOutput.cpp +++ b/lib/Frontend/PrintPreprocessedOutput.cpp @@ -348,7 +348,7 @@ void PrintPPOutputPPCallbacks::HandleNewlinesInToken(const char *TokStr, if (NumNewlines == 0) return; -// CurLine += NumNewlines; + CurLine += NumNewlines; } |