summaryrefslogtreecommitdiff
path: root/rts/RtsSymbolInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsSymbolInfo.h')
-rw-r--r--rts/RtsSymbolInfo.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/RtsSymbolInfo.h b/rts/RtsSymbolInfo.h
index 6987183d2a..1f3d35e5ef 100644
--- a/rts/RtsSymbolInfo.h
+++ b/rts/RtsSymbolInfo.h
@@ -6,12 +6,9 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_SYMBOLINFO_H
-#define RTS_SYMBOLINFO_H
+#pragma once
#include "LinkerInternals.h"
HsBool isSymbolWeak(ObjectCode *owner, void *label);
void setWeakSymbol(ObjectCode *owner, void *label);
-
-#endif /* RTS_SYMBOLINFO_H */