summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/MachDeps.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/MachDeps.h b/includes/MachDeps.h
index 5160e381e0..81d6641dff 100644
--- a/includes/MachDeps.h
+++ b/includes/MachDeps.h
@@ -38,7 +38,6 @@
*
* Hence we hide these macros from GHC_STAGE=1
*/
-#if !defined(GHC_STAGE) || GHC_STAGE >= 2
/* Sizes of C types come from here... */
#include "ghcautoconf.h"
@@ -120,4 +119,3 @@
#define TAG_MASK ((1 << TAG_BITS) - 1)
-#endif /* !defined(GHC_STAGE) || GHC_STAGE >= 2 */