ObjFW  Diff

Differences From Artifact [783e87786f]:

To Artifact [7c6eaecd2d]:


15
16
17
18
19
20
21

22

23
24
25
26
 */

#include "config.h"

#include "platform.h"

#ifdef OF_X86_64

# include "invoke-x86_64.m"

#else
/* To not have an empty translation unit otherwise */
int of_invocation_cannot_invoke;
#endif







>
|
>




15
16
17
18
19
20
21
22
23
24
25
26
27
28
 */

#include "config.h"

#include "platform.h"

#ifdef OF_X86_64
# ifdef OF_APPLE_RUNTIME
#  include "invoke-x86_64.m"
# endif
#else
/* To not have an empty translation unit otherwise */
int of_invocation_cannot_invoke;
#endif