]> granicus.if.org Git - clang/commitdiff
Reenable the default lexer.
authorTed Kremenek <kremenek@apple.com>
Fri, 21 Nov 2008 20:51:59 +0000 (20:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 21 Nov 2008 20:51:59 +0000 (20:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59843 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PPLexerChange.cpp

index e755edb55e0c8313004df97fe546efecb32ea354..5716d492070cd537b5a7a58cf822730e17a55522 100644 (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