]> granicus.if.org Git - clang/commitdiff
no really, add the lines :)
authorChris Lattner <sabre@nondot.org>
Mon, 15 Jun 2009 04:08:28 +0000 (04:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Jun 2009 04:08:28 +0000 (04:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73367 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/PrintPreprocessedOutput.cpp

index eb68e3875aa736674a43e6d6fdd491cb86beab09..d63d9cbba989a15a7dd8735919a3c09fe6275ab0 100644 (file)
@@ -348,7 +348,7 @@ void PrintPPOutputPPCallbacks::HandleNewlinesInToken(const char *TokStr,
   
   if (NumNewlines == 0) return;
   
-//  CurLine += NumNewlines;
+  CurLine += NumNewlines;
 }