summaryrefslogtreecommitdiff
path: root/includes/mkDerivedConstants.c
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-09-10 11:29:31 +0100
committerIan Lynagh <ian@well-typed.com>2012-09-10 11:29:31 +0100
commit0ee44def597152e6b25ac6647041542a6b1ee6b4 (patch)
treea902cb65e9210148530814442d578c66061ba8c7 /includes/mkDerivedConstants.c
parent7d847e8222e901bd41919c6363c2cb6597c20d88 (diff)
parentc3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939 (diff)
downloadhaskell-0ee44def597152e6b25ac6647041542a6b1ee6b4.tar.gz
Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
Diffstat (limited to 'includes/mkDerivedConstants.c')
-rw-r--r--includes/mkDerivedConstants.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/mkDerivedConstants.c b/includes/mkDerivedConstants.c
index 3fcf12849f..465551f39a 100644
--- a/includes/mkDerivedConstants.c
+++ b/includes/mkDerivedConstants.c
@@ -225,7 +225,7 @@ main(int argc, char *argv[])
printf("#define BLOCK_SIZE %u\n", BLOCK_SIZE);
printf("#define MBLOCK_SIZE %u\n", MBLOCK_SIZE);
- printf("#define BLOCKS_PER_MBLOCK %" FMT_SizeT "\n", (lnat)BLOCKS_PER_MBLOCK);
+ printf("#define BLOCKS_PER_MBLOCK %" FMT_SizeT "\n", (W_)BLOCKS_PER_MBLOCK);
// could be derived, but better to save doing the calculation twice
printf("\n\n");