[cfe-commits] r59180 - /cfe/trunk/include/clang/Lex/Preprocessor.h

Ted Kremenek kremenek at apple.com
Wed Nov 12 14:20:17 PST 2008


Author: kremenek
Date: Wed Nov 12 16:19:18 2008
New Revision: 59180

URL: http://llvm.org/viewvc/llvm-project?rev=59180&view=rev
Log:
Unbreak last commit.

Modified:
    cfe/trunk/include/clang/Lex/Preprocessor.h

Modified: cfe/trunk/include/clang/Lex/Preprocessor.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/Preprocessor.h?rev=59180&r1=59179&r2=59180&view=diff

==============================================================================
--- cfe/trunk/include/clang/Lex/Preprocessor.h (original)
+++ cfe/trunk/include/clang/Lex/Preprocessor.h Wed Nov 12 16:19:18 2008
@@ -485,7 +485,7 @@
   
   void PushIncludeMacroStack() {
     IncludeMacroStack.push_back(IncludeStackInfo(CurLexer, CurDirLookup,
-                                                 CurTokenLexer) {
+                                                 CurTokenLexer));
     CurLexer = 0;
     CurTokenLexer = 0;
   }





More information about the cfe-commits mailing list