commit | 78cc24730e4250d08bc526322d2de7a04f9eae52 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Tue Dec 23 19:24:24 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Tue Dec 23 19:24:24 2008 +0000 |
tree | 8fb2a3314f030d46f4e30149d0d174a42a74abc9 | |
parent | c183061f7c3d988f5683173effbd2080386d4b22 [diff] [blame] |
PTH: Remove some methods and simplify some conditions in PTHLexer::Lex(). No big functionality change. llvm-svn: 61381
diff --git a/clang/lib/Lex/PPLexerChange.cpp b/clang/lib/Lex/PPLexerChange.cpp index cd50f0e..d25f4f4 100644 --- a/clang/lib/Lex/PPLexerChange.cpp +++ b/clang/lib/Lex/PPLexerChange.cpp
@@ -308,7 +308,7 @@ CurLexer.reset(); } else { - CurPTHLexer->setEOF(Result); + CurPTHLexer->getEOF(Result); CurPTHLexer.reset(); }