cvs commit: fptools/ghc/includes HsFFI.h PrimOps.h StgTypes.h fptools/ghc/rts Evaluator.c PrimOps.hc StgPrimFloat.c

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 7 Nov 2000 05:30:41 -0800


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.
  
  Revision  Changes    Path
  1.7       +1 -19     fptools/ghc/includes/HsFFI.h
  1.66      +2 -9      fptools/ghc/includes/PrimOps.h
  1.14      +2 -11     fptools/ghc/includes/StgTypes.h
  1.59      +3 -9      fptools/ghc/rts/Evaluator.c
  1.57      +7 -4      fptools/ghc/rts/PrimOps.hc
  1.6       +10 -44    fptools/ghc/rts/StgPrimFloat.c