[project @ 2002-11-18 14:22:01 by simonpj]
[ghc-hetmet.git] / ghc / includes / TSO.h
index 57026cd..19a162e 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: TSO.h,v 1.24 2002/02/13 07:46:42 sof Exp $
+ * $Id: TSO.h,v 1.27 2002/06/26 08:18:41 stolz Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -145,7 +145,7 @@ typedef enum {
   , BlockedOnGA_NoSend // same as above but without sending a Fetch message
 #endif
 #if defined(RTS_SUPPORTS_THREADS)
-  , BlockedOnCCall
+  , BlockedOnCCall 
 #endif
 } StgTSOBlockReason;