aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/Preprocessor.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-11-12 22:19:18 +0000
committerTed Kremenek <kremenek@apple.com>2008-11-12 22:19:18 +0000
commit0deae4b0eb085d1a34e0cb983750b5ed835c16a4 (patch)
treec7a114fa481327a3474f01b738bb388e4354ad89 /include/clang/Lex/Preprocessor.h
parentd038def6e3f33bebf8c12bb3a95b2492c154a5dd (diff)
Unbreak last commit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59180 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/Preprocessor.h')
-rw-r--r--include/clang/Lex/Preprocessor.h2
1 files changed, 1 insertions, 1 deletions
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;
}