cvs commit: fptools/ghc/includes RtsAPI.h fptools/ghc/rts RtsAPI.c

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 23 Oct 2001 04:30:07 -0700


simonmar    2001/10/23 04:30:07 PDT

  Modified files:
    ghc/includes         RtsAPI.h 
    ghc/rts              RtsAPI.c 
  Log:
  Add new function:
  
    rts_evalStableIO (HsStablePtr s, /*out*/HsStablePtr *ret)
  
  which is a version of rts_evalStrictIO() that can be invoked from
  Haskell.
  
  Revision  Changes    Path
  1.23      +4 -1      fptools/ghc/includes/RtsAPI.h
  1.30      +47 -13    fptools/ghc/rts/RtsAPI.c