ObjFW  Diff

Differences From Artifact [929d90108c]:

To Artifact [25082e063b]:


10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 */

#include "config.h"

#include <stdlib.h>

#import "OFAutoreleasePool.h"
#import "OFList.h"
#import "OFExceptions.h"

#ifdef OF_THREADS
#import "threading.h"

static of_tlskey_t first_key, last_key;
#else







|







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 */

#include "config.h"

#include <stdlib.h>

#import "OFAutoreleasePool.h"
#import "OFArray.h"
#import "OFExceptions.h"

#ifdef OF_THREADS
#import "threading.h"

static of_tlskey_t first_key, last_key;
#else