summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-29 00:00:19 +0300
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-29 00:03:03 +0300
commit9072f2f86d2b3405a45c59960779aeeab281e634 (patch)
treeead44d9fe8f1db69cda33c266b4e11d5710a0199 /includes
parent8270ff3f517564a8763c8ba6cb1c8a383edf3836 (diff)
downloadhaskell-9072f2f86d2b3405a45c59960779aeeab281e634.tar.gz
PprC: cleanup: don't emit 'FB_' / 'FE_' in via-C
No need to emit (now empty) those special markers. Markers were needed only in registerised -fvia-C mode. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'includes')
-rw-r--r--includes/Stg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/Stg.h b/includes/Stg.h
index 1f3e18a709..8b3a3fc251 100644
--- a/includes/Stg.h
+++ b/includes/Stg.h
@@ -248,8 +248,6 @@ ABI).
-------------------------------------------------------------------------- */
#define JMP_(cont) return((StgFunPtr)(cont))
-#define FB_
-#define FE_
/* -----------------------------------------------------------------------------
Other Stg stuff...