diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-15 04:08:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-15 04:08:28 +0000 |
commit | a5e67757dce04509a201d0a2330ac8e8132681d3 (patch) | |
tree | ca6826e4685f1eeb89c63ed6b624e4f2cd562898 /clang/lib/Frontend/PrintPreprocessedOutput.cpp | |
parent | ea3621a6b1a81342bde841b2e76d1fe20158028f (diff) | |
download | bcm5719-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.cpp | 2 |
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; } |