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 | ed2d7c4ffd4112ddf10cb95e48428bae0b36377a (patch) | |
tree | 0024976694ec3dc1421b11b803e9733aa06fe7c7 /lib/Frontend/PrintPreprocessedOutput.cpp | |
parent | 3ee211fd15dfeeb51bb69681084cdfcea427f314 (diff) |
no really, add the lines :)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73367 91177308-0d34-0410-b5e6-96231b3b80d8
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; } |