summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PrintPreprocessedOutput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Frontend/PrintPreprocessedOutput.cpp')
-rw-r--r--clang/lib/Frontend/PrintPreprocessedOutput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/PrintPreprocessedOutput.cpp b/clang/lib/Frontend/PrintPreprocessedOutput.cpp
index eb68e3875aa..d63d9cbba98 100644
--- a/clang/lib/Frontend/PrintPreprocessedOutput.cpp
+++ b/clang/lib/Frontend/PrintPreprocessedOutput.cpp
@@ -348,7 +348,7 @@ void PrintPPOutputPPCallbacks::HandleNewlinesInToken(const char *TokStr,
if (NumNewlines == 0) return;
-// CurLine += NumNewlines;
+ CurLine += NumNewlines;
}
OpenPOWER on IntegriCloud