ObjFW  Diff

Differences From Artifact [299f6d68b0]:

To Artifact [01662f5402]:


88
89
90
91
92
93
94
95
96
97
98
99


100
101
102
103
104
105
106
88
89
90
91
92
93
94

95
96
97
98
99
100
101
102
103
104
105
106
107







-




+
+







			capacity: capacity] autorelease];
}

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

	abort();
}

- initWithKeyFunctions: (of_map_table_functions_t)keyFunctions_
	valueFunctions: (of_map_table_functions_t)valueFunctions_
{
	return [self initWithKeyFunctions: keyFunctions_
			   valueFunctions: valueFunctions_
636
637
638
639
640
641
642
643
644
645
646
647


648
649
650
651
652
653
654
637
638
639
640
641
642
643

644
645
646
647
648
649
650
651
652
653
654
655
656







-




+
+







@end

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

	abort();
}

- OF_initWithMapTable: (OFMapTable*)mapTable_
	      buckets: (struct of_map_table_bucket**)buckets_
	     capacity: (uint32_t)capacity_
     mutationsPointer: (unsigned long*)mutationsPtr_
{