summaryrefslogtreecommitdiff
path: root/rts/Apply.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Apply.h')
-rw-r--r--rts/Apply.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/Apply.h b/rts/Apply.h
index 1c0b1623d9..f225c4ea81 100644
--- a/rts/Apply.h
+++ b/rts/Apply.h
@@ -6,8 +6,7 @@
*
* -------------------------------------------------------------------------- */
-#ifndef APPLY_H
-#define APPLY_H
+#pragma once
// canned slow entry points, indexed by arg type (ARG_P, ARG_PP, etc.)
#ifdef IN_STG_CODE
@@ -22,5 +21,3 @@ extern RTS_PRIVATE StgWord stg_stack_save_entries[];
#else
extern RTS_PRIVATE StgFun *stg_stack_save_entries[];
#endif
-
-#endif /* APPLY_H */