cvs commit: fptools/ghc/includes HsFFI.h PrimOps.h StgTypes.h
fptools/ghc/rts Evaluator.c PrimOps.hc StgPrimFloat.c
Manuel M. T. Chakravarty
chak@cse.unsw.edu.au
Wed, 08 Nov 2000 17:54:17 +1100
Simon Marlow <simonmar@glass.cse.ogi.edu> wrote,
> simonmar 2000/11/07 05:30:41 PST
>
> Modified files:
> ghc/includes HsFFI.h PrimOps.h StgTypes.h
> ghc/rts Evaluator.c PrimOps.hc StgPrimFloat.c
> Log:
> Wave goodbye to FLOATS_AS_DOUBLES, it was a somewhat misconceived idea
> which will cause trouble with the FFI on 64-bit machines.
Good!
Manuel