Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/e861c170217518a7f17198c878a333513d841095 >--------------------------------------------------------------- commit e861c170217518a7f17198c878a333513d841095 Author: Ian Lynagh <i...@well-typed.com> Date: Fri Nov 16 23:23:24 2012 +0000 Build fix on OS X >--------------------------------------------------------------- includes/mkDerivedConstants.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/includes/mkDerivedConstants.c b/includes/mkDerivedConstants.c index acb1a0d..521af30 100644 --- a/includes/mkDerivedConstants.c +++ b/includes/mkDerivedConstants.c @@ -200,7 +200,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", (W_)BLOCKS_PER_MBLOCK); + printf("#define BLOCKS_PER_MBLOCK %" FMT_Word "\n", (W_)BLOCKS_PER_MBLOCK); // could be derived, but better to save doing the calculation twice printf("\n\n"); _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc