ObjFW  Diff

Differences From Artifact [39f7323be4]:

To Artifact [49bc2fd375]:


306
307
308
309
310
311
312
313
314
315

316
317
318
319
320
321
322
306
307
308
309
310
311
312



313
314
315
316
317
318
319
320







-
-
-
+







	}
}

@implementation OFBlock
+ (void)load
{
#ifndef OF_HAVE_ATOMIC_OPS
	size_t i;

	for (i = 0; i < NUM_SPINLOCKS; i++)
	for (size_t i = 0; i < NUM_SPINLOCKS; i++)
		if (!of_spinlock_new(&spinlocks[i]))
			@throw [OFInitializationFailedException
			    exceptionWithClass: self];
#endif

#ifdef OF_APPLE_RUNTIME
	Class tmp;