Reenable the default lexer.

llvm-svn: 59843
This commit is contained in:
Ted Kremenek 2008-11-21 20:51:59 +00:00
parent b6209858cb
commit 1ad05ce600
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ void Preprocessor::EnterSourceFile(unsigned FileID,
if (MaxIncludeStackDepth < IncludeMacroStack.size())
MaxIncludeStackDepth = IncludeMacroStack.size();
#if 0
#if 1
Lexer *TheLexer = new Lexer(SourceLocation::getFileLoc(FileID, 0), *this);
EnterSourceFileWithLexer(TheLexer, CurDir);
#else