diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-11-21 20:51:59 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-11-21 20:51:59 +0000 |
commit | 1ad05ce6007182612fa3a10adc238490387c6304 (patch) | |
tree | 870f9c0c7deef6a0a55f22f990f5ee714cc6ea58 /clang/lib/Lex/PPLexerChange.cpp | |
parent | b6209858cb81107e8345af2a78a3881c795056a8 (diff) | |
download | bcm5719-llvm-1ad05ce6007182612fa3a10adc238490387c6304.tar.gz bcm5719-llvm-1ad05ce6007182612fa3a10adc238490387c6304.zip |
Reenable the default lexer.
llvm-svn: 59843
Diffstat (limited to 'clang/lib/Lex/PPLexerChange.cpp')
-rw-r--r-- | clang/lib/Lex/PPLexerChange.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/PPLexerChange.cpp b/clang/lib/Lex/PPLexerChange.cpp index e755edb55e0..5716d492070 100644 --- a/clang/lib/Lex/PPLexerChange.cpp +++ b/clang/lib/Lex/PPLexerChange.cpp @@ -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 |