diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-09-13 21:26:05 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-09-13 21:26:05 +0100 |
commit | a7a91cdc9323eee09fd6f83e93e0b9e3549a99cc (patch) | |
tree | b245d768ca3a2b09873cb209237b2f0ae8e3a30a /includes/HaskellConstants.hs | |
parent | 568fdb14cdb9bed064c96decf1420bf8d9a37ff0 (diff) | |
download | haskell-a7a91cdc9323eee09fd6f83e93e0b9e3549a99cc.tar.gz |
Remove the --gen-haskell mode of mkDerivedConstants
It no longer generates anything
Diffstat (limited to 'includes/HaskellConstants.hs')
-rw-r--r-- | includes/HaskellConstants.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/HaskellConstants.hs b/includes/HaskellConstants.hs index dfef14e48f..6f2c4a16fe 100644 --- a/includes/HaskellConstants.hs +++ b/includes/HaskellConstants.hs @@ -200,8 +200,3 @@ bLOCKS_PER_MBLOCK = BLOCKS_PER_MBLOCK bITMAP_BITS_SHIFT :: Int bITMAP_BITS_SHIFT = BITMAP_BITS_SHIFT --- Constants derived from headers in ghc/includes, generated by the program --- ../includes/mkDerivedConstants.c. - -#include "../includes/dist-derivedconstants/header/GHCConstants.h" - |