cvs commit: hugs98/src hugs.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Fri, 22 Nov 2002 19:33:20 -0800


sof         2002/11/22 19:33:20 PST

  Modified files:
    src                  hugs.c 
  Log:
  [win32]
  When catching C stack overflows, be careful not to trigger a GC
  within the exception handling thread as GC may have caused the
  overflow in the first place.
  
  Merge to Nov2002 release branch.
  
  Revision  Changes    Path
  1.109     +5 -5      hugs98/src/hugs.c