ObjFW  Diff

Differences From Artifact [42cf3a3ab0]:

To Artifact [68e410fce6]:


56
57
58
59
60
61
62
63

64
65
66
67
68
69
70
56
57
58
59
60
61
62

63
64
65
66
67
68
69
70







-
+








static of_map_table_functions_t keyFunctions = {
	.retain = retain,
	.release = release,
	.hash = hash,
	.equal = equal
};
static of_map_table_functions_t valueFunctions = {};
static of_map_table_functions_t valueFunctions = { 0 };

@implementation OFSet_hashtable
- init
{
	return [self initWithCapacity: 0];
}