ObjFW  Diff

Differences From Artifact [2851f0d1d5]:

To Artifact [d5cdb0d7ce]:


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







|

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