X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FException.h;h=a2e0027d22e3819743caf1ed3ee9b043ba51927c;hb=506434abae346eb891a6471c4795d6570a1678ad;hp=68bd4999ca32b4380c4cf3cbdbe78318313e70f7;hpb=0bffc410964e1688ad80d277d53400659e697ab5;p=ghc-hetmet.git diff --git a/ghc/rts/Exception.h b/ghc/rts/Exception.h index 68bd499..a2e0027 100644 --- a/ghc/rts/Exception.h +++ b/ghc/rts/Exception.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Exception.h,v 1.5 2002/12/11 15:36:42 simonmar Exp $ + * $Id: Exception.h,v 1.6 2003/07/12 00:11:20 sof Exp $ * * (c) The GHC Team, 1998-2000 * @@ -22,6 +22,9 @@ interruptible(StgTSO *t) case BlockedOnException: case BlockedOnRead: case BlockedOnWrite: +#if defined(mingw32_TARGET_OS) + case BlockedOnDoProc: +#endif case BlockedOnDelay: return 1; default: