ObjFW  Diff

Differences From Artifact [61602c79fe]:

To Artifact [2885d27493]:


16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#define OF_MAP_TABLE_M

#include "config.h"

#include <stdlib.h>
#include <string.h>

#include <assert.h>

#import "OFMapTable.h"
#import "OFMapTable+Private.h"
#import "OFEnumerator.h"

#import "OFEnumerationMutationException.h"
#import "OFInvalidArgumentException.h"
#import "OFOutOfRangeException.h"







<
<







16
17
18
19
20
21
22


23
24
25
26
27
28
29
#define OF_MAP_TABLE_M

#include "config.h"

#include <stdlib.h>
#include <string.h>



#import "OFMapTable.h"
#import "OFMapTable+Private.h"
#import "OFEnumerator.h"

#import "OFEnumerationMutationException.h"
#import "OFInvalidArgumentException.h"
#import "OFOutOfRangeException.h"