llvm-svn: 45682
This commit is contained in:
Nate Begeman 2008-01-07 04:01:26 +00:00
parent c75405bdb3
commit f7c3ff6f80
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ static void InitializePredefinedMacros(Preprocessor &PP,
/// EnterMainSourceFile - Enter the specified FileID as the main source file,
/// which implicitly adds the builting defines etc.
/// which implicitly adds the builtin defines etc.
void Preprocessor::EnterMainSourceFile() {
unsigned MainFileID = SourceMgr.getMainFileID();