ObjFW  Diff

Differences From Artifact [edb9d86c46]:

To Artifact [01d860fc4e]:


26
27
28
29
30
31
32
33
34


35
36

37

38
# elif defined(__ppc__) || defined(__PPC__)
#  include "lookup-asm-ppc-elf.S"
# elif (defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32) || \
	(defined(__mips_eabi) && _MIPS_SZPTR == 32)
#  include "lookup-asm-mips-elf.S"
# endif
#elif defined(__MACH__)
# if defined(__amd64__) || defined(__x86_64__)
#  include "lookup-asm-amd64-macho.S"


# endif
#elif defined(_WIN32) && defined(__i386__)

# include "lookup-asm-x86-win32.S"

#endif







|

>
>

|
>
|
>

26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# elif defined(__ppc__) || defined(__PPC__)
#  include "lookup-asm-ppc-elf.S"
# elif (defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32) || \
	(defined(__mips_eabi) && _MIPS_SZPTR == 32)
#  include "lookup-asm-mips-elf.S"
# endif
#elif defined(__MACH__)
# if defined(__x86_64__)
#  include "lookup-asm-amd64-macho.S"
# elif defined(__ppc__)
#  include "lookup-asm-ppc-macho.S"
# endif
#elif defined(_WIN32)
# if defined(__i386__)
#  include "lookup-asm-x86-win32.S"
# endif
#endif