ObjFW  Diff

Differences From Artifact [fd0b2b3bf0]:

To Artifact [1e64ea6ef5]:


363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
id
objc_retainAutoreleasedReturnValue(id object)
{
	return glue_objc_retainAutoreleasedReturnValue(object);
}

id
objc_linklib_objc_storeStrong(id *object, id value)
{
	return glue_objc_storeStrong(object, value);
}

id
objc_storeWeak(id *object, id value)
{







|







363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
id
objc_retainAutoreleasedReturnValue(id object)
{
	return glue_objc_retainAutoreleasedReturnValue(object);
}

id
objc_storeStrong(id *object, id value)
{
	return glue_objc_storeStrong(object, value);
}

id
objc_storeWeak(id *object, id value)
{