ObjFW  Diff

Differences From Artifact [09adc50790]:

To Artifact [3d142bf965]:


17
18
19
20
21
22
23
24
25

#include "platform.h"

#if defined(OF_X86_64) && (defined(OF_APPLE_RUNTIME) || defined(OF_ELF))
# include "invoke-x86_64.m"
#else
/* To not have an empty translation unit otherwise */
int of_invocation_cannot_invoke;
#endif







|

17
18
19
20
21
22
23
24
25

#include "platform.h"

#if defined(OF_X86_64) && (defined(OF_APPLE_RUNTIME) || defined(OF_ELF))
# include "invoke-x86_64.m"
#else
/* To not have an empty translation unit otherwise */
int OFInvocationCannotInvoke;
#endif