summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PrintPreprocessedOutput.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-15 04:08:28 +0000
committerChris Lattner <sabre@nondot.org>2009-06-15 04:08:28 +0000
commita5e67757dce04509a201d0a2330ac8e8132681d3 (patch)
treeca6826e4685f1eeb89c63ed6b624e4f2cd562898 /clang/lib/Frontend/PrintPreprocessedOutput.cpp
parentea3621a6b1a81342bde841b2e76d1fe20158028f (diff)
downloadbcm5719-llvm-a5e67757dce04509a201d0a2330ac8e8132681d3.tar.gz
bcm5719-llvm-a5e67757dce04509a201d0a2330ac8e8132681d3.zip
no really, add the lines :)
llvm-svn: 73367
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