ObjFW  Diff

Differences From Artifact [35e3a3658c]:

To Artifact [ae195c0c97]:


449
450
451
452
453
454
455
456
457
458
459
460


461
462
463
464
465
466
467
449
450
451
452
453
454
455

456
457
458
459
460
461
462
463
464
465
466
467
468







-




+
+







	return [[[self alloc] initWithDouble: double_] autorelease];
}

- init
{
	@try {
		[self doesNotRecognizeSelector: _cmd];
		abort();
	} @catch (id e) {
		[self release];
		@throw e;
	}

	abort();
}

- initWithBool: (BOOL)bool_
{
	self = [super init];

	value.bool_ = (bool_ ? YES : NO);