summaryrefslogtreecommitdiff
path: root/rts/linker/elf_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/linker/elf_compat.h')
-rw-r--r--rts/linker/elf_compat.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/linker/elf_compat.h b/rts/linker/elf_compat.h
index b409728a09..424d1d25f8 100644
--- a/rts/linker/elf_compat.h
+++ b/rts/linker/elf_compat.h
@@ -9,8 +9,7 @@
// under which it is distrubuted.
//
-#if !defined(RTS_ELF_COMPAT_H)
-#define RTS_ELF_COMPAT_H
+#pragma once
#define PASTE(x,y) x ## y
#define EVAL(x,y) PASTE(x,y)
@@ -31,5 +30,3 @@ enum Reloci386 {
enum RelocX86_64 {
#include "ELFRelocs/x86_64.def"
};
-
-#endif //RTS_ELF_COMPAT_H