diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-29 00:00:19 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-29 00:03:03 +0300 |
commit | 9072f2f86d2b3405a45c59960779aeeab281e634 (patch) | |
tree | ead44d9fe8f1db69cda33c266b4e11d5710a0199 /includes/Stg.h | |
parent | 8270ff3f517564a8763c8ba6cb1c8a383edf3836 (diff) | |
download | haskell-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/Stg.h')
-rw-r--r-- | includes/Stg.h | 2 |
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... |