ObjFW  Check-in [12095daf4e]

Overview
Comment:Fix wrong include name.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 12095daf4e976f1bc1c99ef68fb9664c36d92a9638fc0981d06c7a811ee98dd3
User & Date: js on 2013-07-09 00:33:32
Other Links: manifest | tags
Context
2013-07-09
22:17
OFFile: Rename +[createSymbolicLinkAtPath:…]. check-in: 8e48f0d6a4 user: js tags: trunk
00:33
Fix wrong include name. check-in: 12095daf4e user: js tags: trunk
00:20
Add forwardingTargetForSelector: for ARM/ELF. check-in: 27daad1290 user: js tags: trunk
Changes

Modified src/forwarding.S from [ebcc628a59] to [eaa3178c48].

25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#  include "apple-forwarding-arm.S"
# elif defined(__ppc__)
#  include "apple-forwarding-ppc.S"
# endif
#else
# ifdef __ELF__
#  if defined(__amd64__) || defined(__x86_64__)
#   include "forwarding-x86_64-elf.S"
#  elif defined(__i386__)
#   include "forwarding-x86-elf.S"
#  elif defined(__arm__) || defined(__ARM__)
#   include "forwarding-arm-elf.S"
#  endif
# endif
#endif







|







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#  include "apple-forwarding-arm.S"
# elif defined(__ppc__)
#  include "apple-forwarding-ppc.S"
# endif
#else
# ifdef __ELF__
#  if defined(__amd64__) || defined(__x86_64__)
#   include "forwarding-amd64-elf.S"
#  elif defined(__i386__)
#   include "forwarding-x86-elf.S"
#  elif defined(__arm__) || defined(__ARM__)
#   include "forwarding-arm-elf.S"
#  endif
# endif
#endif