ObjFW  Diff

Differences From Artifact [bec84a8a1e]:

To Artifact [1dcb1c7fda]:


65
66
67
68
69
70
71

72

73
74
75
76
77
78
79
#endif

static struct {
	Class isa;
} placeholder;

static OFDateSingleton *zeroDate, *distantFuture, *distantPast;

static int dateTag;


static void
initZeroDate(void)
{
	zeroDate = [[OFDateSingleton alloc] initWithTimeIntervalSince1970: 0];
}








>

>







65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#endif

static struct {
	Class isa;
} placeholder;

static OFDateSingleton *zeroDate, *distantFuture, *distantPast;
#if defined(OF_OBJFW_RUNTIME) && UINTPTR_MAX == UINT64_MAX
static int dateTag;
#endif

static void
initZeroDate(void)
{
	zeroDate = [[OFDateSingleton alloc] initWithTimeIntervalSince1970: 0];
}