ObjFW  Diff

Differences From Artifact [0243808085]:

To Artifact [190a57a818]:


16
17
18
19
20
21
22



23
24
25
26
27
28
29
30
31
32
33
34
35
 */

#include "config.h"

#import "ObjFWRT.h"
#import "private.h"




#ifdef OF_HAVE_THREADS
# import "threading.h"
#endif

#import "OFObject.h"
#import "OFBlock.h"

struct weak_ref {
	id **locations;
	size_t count;
};

static struct objc_hashtable *hashtable;







>
>
>

|

<
<
<







16
17
18
19
20
21
22
23
24
25
26
27
28



29
30
31
32
33
34
35
 */

#include "config.h"

#import "ObjFWRT.h"
#import "private.h"

#import "OFObject.h"
#import "OFBlock.h"

#ifdef OF_HAVE_THREADS
# import "mutex.h"
#endif




struct weak_ref {
	id **locations;
	size_t count;
};

static struct objc_hashtable *hashtable;