no really, add the lines :)

llvm-svn: 73367
This commit is contained in:
Chris Lattner 2009-06-15 04:08:28 +00:00
parent ea3621a6b1
commit a5e67757dc
1 changed files with 1 additions and 1 deletions

View File

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