From 0deae4b0eb085d1a34e0cb983750b5ed835c16a4 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 12 Nov 2008 22:19:18 +0000 Subject: [PATCH] Unbreak last commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59180 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/Preprocessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Lex/Preprocessor.h b/include/clang/Lex/Preprocessor.h index 5060382401..9f8494eef4 100644 --- a/include/clang/Lex/Preprocessor.h +++ b/include/clang/Lex/Preprocessor.h @@ -485,7 +485,7 @@ private: void PushIncludeMacroStack() { IncludeMacroStack.push_back(IncludeStackInfo(CurLexer, CurDirLookup, - CurTokenLexer) { + CurTokenLexer)); CurLexer = 0; CurTokenLexer = 0; } -- 2.50.1