ObjFW  Diff

Differences From Artifact [76682de6f9]:

To Artifact [8f5d45afbf]:


56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
	const char *category_name;
	const char *class_name;
	struct objc_abi_method_list *instance_methods;
	struct objc_abi_method_list *class_methods;
	struct objc_protocol_list *protocols;
};

struct objc_abi_super {
	id self;
	Class class;
};

struct objc_abi_method_description {
	const char *name;
	const char *types;
};

struct objc_abi_method_description_list {
	int count;







<
<
<
<
<







56
57
58
59
60
61
62





63
64
65
66
67
68
69
	const char *category_name;
	const char *class_name;
	struct objc_abi_method_list *instance_methods;
	struct objc_abi_method_list *class_methods;
	struct objc_protocol_list *protocols;
};






struct objc_abi_method_description {
	const char *name;
	const char *types;
};

struct objc_abi_method_description_list {
	int count;