]> granicus.if.org Git - clang/commitdiff
this time with more workingness.
authorChris Lattner <sabre@nondot.org>
Tue, 21 Apr 2009 06:06:09 +0000 (06:06 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Apr 2009 06:06:09 +0000 (06:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69669 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/InitPreprocessor.cpp

index c0ca1ecd195988241105cd75d8dac5b09fb05adc..9cc83ef21934d048bc0d70b386072a5c5cdf42e8 100644 (file)
@@ -449,7 +449,6 @@ bool InitializePreprocessor(Preprocessor &PP,
       AddImplicitIncludePTH(PredefineBuffer, PP, I->first);
     else
       AddImplicitInclude(PredefineBuffer, I->first);
-    }
  }
 
   LineDirective = "# 2 \"<built-in>\" 2\n";