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 | b93efa3d8fbc9e1209ea6a778f7aeb6a9df5e685 (patch) | |
tree | e4eb6e1f0b87feec2ea004adf46f1dbb00b1f4b7 /lib/Lex/PPLexerChange.cpp | |
parent | d5a8f0bde67505851e0fa264e1ec4de8de8f5bc2 (diff) |
Reenable the default lexer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/PPLexerChange.cpp')
-rw-r--r-- | lib/Lex/PPLexerChange.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/PPLexerChange.cpp b/lib/Lex/PPLexerChange.cpp index e755edb55e..5716d49207 100644 --- a/lib/Lex/PPLexerChange.cpp +++ b/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 |