ObjFW  Diff

Differences From Artifact [78d403774f]:

To Artifact [4dfae6fcca]:


117
118
119
120
121
122
123






124
125
126
127
128
129
130
#endif

const char*
_NSPrintForDebugger(id object)
{
	return [[object description] cString];
}







@implementation OFObject
+ (void)load
{
#ifdef NEED_OBJC_SYNC_INIT
	if (!objc_sync_init()) {
		fputs("Runtime error: objc_sync_init() failed!\n", stderr);







>
>
>
>
>
>







117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
#endif

const char*
_NSPrintForDebugger(id object)
{
	return [[object description] cString];
}

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

@implementation OFObject
+ (void)load
{
#ifdef NEED_OBJC_SYNC_INIT
	if (!objc_sync_init()) {
		fputs("Runtime error: objc_sync_init() failed!\n", stderr);