diff options
| author | Ian Lynagh <ian@well-typed.com> | 2012-09-10 11:29:31 +0100 |
|---|---|---|
| committer | Ian Lynagh <ian@well-typed.com> | 2012-09-10 11:29:31 +0100 |
| commit | 0ee44def597152e6b25ac6647041542a6b1ee6b4 (patch) | |
| tree | a902cb65e9210148530814442d578c66061ba8c7 /includes/mkDerivedConstants.c | |
| parent | 7d847e8222e901bd41919c6363c2cb6597c20d88 (diff) | |
| parent | c3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939 (diff) | |
| download | haskell-0ee44def597152e6b25ac6647041542a6b1ee6b4.tar.gz | |
Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
Diffstat (limited to 'includes/mkDerivedConstants.c')
| -rw-r--r-- | includes/mkDerivedConstants.c | 2 |
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"); |
