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;
}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits