Return true if we can recognize an objc-identifier-list.

This commit is contained in:
Roberto Raggi
2009-01-08 13:06:09 +01:00
parent 0f4e245873
commit c45c48bdfa

View File

@@ -3376,6 +3376,7 @@ bool Parser::parseObjCIdentifierList(IdentifierListAST *&node)
*it = id;
}
}
return true;
}
return false;
}