> ============================================================================== > --- cfe/trunk/include/clang/AST/ASTContext.h (original) > +++ cfe/trunk/include/clang/AST/ASTContext.h Mon Jul 27 21:25:19 2009 > @@ -130,6 +130,12 @@ > /// \brief The type for the C FILE type. > TypeDecl *FILEDecl; > > + /// \brief The type for the C FILE type. > + TypeDecl *jmp_bufDecl; > + > + /// \brief The type for the C FILE type. > + TypeDecl *sigjmp_bufDecl; > +
some copy paste mistake here (in comment) _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
