summaryrefslogtreecommitdiff
path: root/rts/Interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Interpreter.h')
-rw-r--r--rts/Interpreter.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/Interpreter.h b/rts/Interpreter.h
index fd4f7b98c3..fa341f26fe 100644
--- a/rts/Interpreter.h
+++ b/rts/Interpreter.h
@@ -6,9 +6,6 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef INTERPRETER_H
-#define INTERPRETER_H
+#pragma once
RTS_PRIVATE Capability *interpretBCO (Capability* cap);
-
-#endif /* INTERPRETER_H */