summaryrefslogtreecommitdiff
path: root/includes/Stg.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Stg.h')
-rw-r--r--includes/Stg.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/Stg.h b/includes/Stg.h
index ba0c4cfa79..c451cbc5e6 100644
--- a/includes/Stg.h
+++ b/includes/Stg.h
@@ -217,12 +217,11 @@ typedef StgFunPtr F_;
/* -----------------------------------------------------------------------------
Tail calls
-
- This needs to be up near the top as the register line on alpha needs
- to be before all procedures (inline & out-of-line).
-------------------------------------------------------------------------- */
-#include "stg/TailCalls.h"
+#define JMP_(cont) return((StgFunPtr)(cont))
+#define FB_
+#define FE_
/* -----------------------------------------------------------------------------
Other Stg stuff...