ObjFW  Diff

Differences From Artifact [2f0cba7b71]:

To Artifact [4d032e88a1]:


51
52
53
54
55
56
57


58
59
60
61
62
63
64
# endif
#elif defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32
# define OF_MIPS
# define OF_MIPS_O32
#elif defined(__mips_eabi) && _MIPS_SZPTR == 32
# define OF_MIPS
# define OF_MIPS_EABI


#elif defined(__sparc__) && !defined(__arch64__)
# define OF_SPARC
#endif

#if defined(__APPLE__)
# if defined(OF_ARM) || defined(OF_ARM64)
#  define OF_IOS







>
>







51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# endif
#elif defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32
# define OF_MIPS
# define OF_MIPS_O32
#elif defined(__mips_eabi) && _MIPS_SZPTR == 32
# define OF_MIPS
# define OF_MIPS_EABI
#elif defined(__sparc64__) || (defined(__sparc__) && defined(__arch64__))
# define OF_SPARC64
#elif defined(__sparc__) && !defined(__arch64__)
# define OF_SPARC
#endif

#if defined(__APPLE__)
# if defined(OF_ARM) || defined(OF_ARM64)
#  define OF_IOS