commit | 0deae4b0eb085d1a34e0cb983750b5ed835c16a4 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Wed Nov 12 22:19:18 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Wed Nov 12 22:19:18 2008 +0000 |
tree | c7a114fa481327a3474f01b738bb388e4354ad89 | |
parent | d038def6e3f33bebf8c12bb3a95b2492c154a5dd [diff] |
Unbreak last commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59180 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/clang/Lex/Preprocessor.h b/include/clang/Lex/Preprocessor.h index 5060382..9f8494e 100644 --- a/include/clang/Lex/Preprocessor.h +++ b/include/clang/Lex/Preprocessor.h
@@ -485,7 +485,7 @@ void PushIncludeMacroStack() { IncludeMacroStack.push_back(IncludeStackInfo(CurLexer, CurDirLookup, - CurTokenLexer) { + CurTokenLexer)); CurLexer = 0; CurTokenLexer = 0; }