cvs commit: hugs98/src hugs.c

Ross Paterson <[email protected]> Fri, 16 Feb 2007 05:46:17 -0800
Newsgroups gmane.comp.lang.haskell.cvs.hugs
Message-ID <[email protected]>
ross        2007/02/16 05:46:17 PST

  Modified files:
    src                  hugs.c 
  Log:
  Perform a GC after an interrupt (to close any open handles).
  There's already a GC in stopAnyPrinting(), but that's called before
  unwinding the C and Hugs stacks.
  
  Revision  Changes    Path
  1.152     +9 -6      hugs98/src/hugs.c