ObjFW  Diff

Differences From Artifact [60fd5eff45]:

To Artifact [4a0b0e23ef]:


440
441
442
443
444
445
446
447
448
   mutationsPtr: (unsigned long*)mutationsPtr;
@end

#import "OFMutableArray.h"

#ifndef NSINTEGER_DEFINED
/* Required for array literals to work */
@compatibility_alias NSArray OFArray;
#endif







|

440
441
442
443
444
445
446
447
448
   mutationsPtr: (unsigned long*)mutationsPtr;
@end

#import "OFMutableArray.h"

#ifndef NSINTEGER_DEFINED
/* Required for array literals to work */
# define NSArray OFArray
#endif