cvs commit: hugs98/src storage.c

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Wed, 2 Oct 2002 16:59:27 -0700


ross        2002/10/02 16:59:27 PDT

  Modified files:
    src                  storage.c 
  Log:
  Move clearing of `MallocPtrs' (ForeignPtrs) from RESET to INSTALL.
  This way, if a computation creating ForeignPtrs is interrupted, the
  garbage collector reclaims them and runs their finalizers.
  
  Revision  Changes    Path
  1.52      +10 -10    hugs98/src/storage.c