summaryrefslogtreecommitdiff
path: root/includes/rts/Main.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Main.h')
-rw-r--r--includes/rts/Main.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Main.h b/includes/rts/Main.h
index 1c332fc95c..05924ad92b 100644
--- a/includes/rts/Main.h
+++ b/includes/rts/Main.h
@@ -6,8 +6,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTSMAIN_H
-#define RTSMAIN_H
+#pragma once
/* -----------------------------------------------------------------------------
* The entry point for Haskell programs that use a Haskell main function
@@ -17,5 +16,3 @@ int hs_main (int argc, char *argv[], // program args
StgClosure *main_closure, // closure for Main.main
RtsConfig rts_config) // RTS configuration
GNUC3_ATTRIBUTE(__noreturn__);
-
-#endif /* RTSMAIN_H */