ObjFW  Diff

Differences From Artifact [2e55f69888]:

To Artifact [73cbfce137]:


26
27
28
29
30
31
32





33


34
35
36
37
38
39
40
26
27
28
29
30
31
32
33
34
35
36
37

38
39
40
41
42
43
44
45
46







+
+
+
+
+
-
+
+







#ifdef HAVE_MADVISE
# include <sys/mman.h>
#else
# define madvise(addr, len, advise)
#endif

#import "OFString.h"

#import "OFInvalidArgumentException.h"
#import "OFInvalidEncodingException.h"
#import "OFInvalidFormatException.h"
#import "OFOutOfMemoryException.h"
#import "OFExceptions.h"
#import "OFOutOfRangeException.h"

#import "macros.h"

#import "of_asprintf.h"
#import "unicode.h"

@implementation OFMutableString
- (void)_applyTable: (const of_unichar_t* const[])table