mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Rename all o- files to o_.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1608 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4d9c16130b
commit
c84730c3f6
16 changed files with 35 additions and 28 deletions
|
@ -190,12 +190,12 @@ BOOL NSDecrementExtraRefCountWasZero (id anObject)
|
|||
struct objc_protocol_list* proto_list;
|
||||
|
||||
for (proto_list = ((struct objc_class*)self)->class_pointer->protocols;
|
||||
proto_list; proto_list = proto_list->next)
|
||||
proto_list; proto_list = proto_list_>next)
|
||||
{
|
||||
for (i=0; i < proto_list->count; i++)
|
||||
for (i=0; i < proto_list_>count; i++)
|
||||
{
|
||||
/* xxx We should add conformsToProtocol to Protocol class. */
|
||||
if ([proto_list->list[i] conformsTo: aProtocol])
|
||||
if ([proto_list_>list[i] conformsTo: aProtocol])
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue