summaryrefslogtreecommitdiff
path: root/rts/Inlines.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Inlines.c')
-rw-r--r--rts/Inlines.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/rts/Inlines.c b/rts/Inlines.c
new file mode 100644
index 0000000000..5d2be70c63
--- /dev/null
+++ b/rts/Inlines.c
@@ -0,0 +1,5 @@
+// all functions declared with EXTERN_INLINE in the header files get
+// compiled for real here, just in case the definition was not inlined
+// at some call site:
+#define KEEP_INLINES
+#include "Rts.h"