cvs commit: hugs98/src storage.h iomonad.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Thu, 5 Sep 2002 07:38:20 -0700


sof         2002/09/05 07:38:19 PDT

  Modified files:
    src                  storage.h iomonad.c 
  Log:
  primHClose:
    - disregard attempts to close any of the standard handles.
    - closing an already closed handle no longer raises an
      exception, bringing it into line with the change made to GHC's
      implementation quite a while back.
  
  Revision  Changes    Path
  1.42      +3 -2      hugs98/src/storage.h
  1.31      +8 -8      hugs98/src/iomonad.c