rts: Ensure that Rts.h is always included first
In general this is the convention that we use in the RTS. On Windows things actually fail if we break it. For instance, you see things like: includes\stg\Types.h:26:9: error: warning: #warning "Mismatch between __USE_MINGW_ANSI_STDIO definitions. If using Rts.h make sure it is the first header included." [-Wcpp]
Showing
- rts/linker/elf_got.c 2 additions, 0 deletionsrts/linker/elf_got.c
- rts/linker/elf_plt.c 3 additions, 1 deletionrts/linker/elf_plt.c
- rts/linker/elf_plt_aarch64.c 3 additions, 1 deletionrts/linker/elf_plt_aarch64.c
- rts/linker/elf_plt_arm.c 3 additions, 2 deletionsrts/linker/elf_plt_arm.c
- rts/linker/elf_reloc.c 1 addition, 0 deletionsrts/linker/elf_reloc.c
- rts/linker/elf_reloc_aarch64.c 5 additions, 2 deletionsrts/linker/elf_reloc_aarch64.c
- rts/linker/elf_util.c 1 addition, 0 deletionsrts/linker/elf_util.c
Loading
Please register or sign in to comment