ObjFW  Diff

Differences From Artifact [8f5d45afbf]:

To Artifact [5779ba0dc9]:


115
116
117
118
119
120
121


122

123
124
125
126
127
128
129
115
116
117
118
119
120
121
122
123

124
125
126
127
128
129
130
131







+
+
-
+







	const void *buckets[256];
	BOOL empty;
};

enum objc_abi_class_info {
	OBJC_CLASS_INFO_CLASS	    = 0x01,
	OBJC_CLASS_INFO_METACLASS   = 0x02,
	OBJC_CLASS_INFO_SETUP	    = 0x04,
	OBJC_CLASS_INFO_LOADED	    = 0x08,
	OBJC_CLASS_INFO_INITIALIZED = 0x04
	OBJC_CLASS_INFO_INITIALIZED = 0x10
};

typedef struct {
	of_mutex_t mutex;
	of_thread_t owner;
	int count;
} objc_mutex_t;