ObjFW  Diff

Differences From Artifact [bfe47061e0]:

To Artifact [e954270f26]:


204
205
206
207
208
209
210

211

212
213
214
215
216
217
218
204
205
206
207
208
209
210
211

212
213
214
215
216
217
218
219







+
-
+







_NSPrintForDebugger(id object)
{
	return [[object description]
	    cStringWithEncoding: [OFSystemInfo native8BitEncoding]];
}

/* References for static linking */
void
void _references_to_categories_of_OFObject(void)
_references_to_categories_of_OFObject(void)
{
	_OFObject_Serialization_reference = 1;
}

@implementation OFObject
+ (void)load
{