ObjFW  Diff

Differences From Artifact [6bd4883458]:

To Artifact [a6710fd48b]:


20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

#import "runtime.h"
#import "runtime-private.h"

@implementation Protocol
@end

const char*
protocol_getName(Protocol *p)
{
	return p->name;
}

bool
protocol_isEqual(Protocol *a, Protocol *b)







|







20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

#import "runtime.h"
#import "runtime-private.h"

@implementation Protocol
@end

const char *
protocol_getName(Protocol *p)
{
	return p->name;
}

bool
protocol_isEqual(Protocol *a, Protocol *b)