ObjFW  Diff

Differences From Artifact [4e3a5a961f]:

To Artifact [f14f82d06a]:


222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
	return instance;
}

const char*
_NSPrintForDebugger(id object)
{
	return [[object description]
	    cStringUsingEncoding: OF_STRING_ENCODING_NATIVE];
}

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







|







222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
	return instance;
}

const char*
_NSPrintForDebugger(id object)
{
	return [[object description]
	    cStringWithEncoding: OF_STRING_ENCODING_NATIVE];
}

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