Fix Haddock errors.
[ghc-hetmet.git] / includes / ClosureTypes.h
index b7bebd6..4876931 100644 (file)
@@ -82,7 +82,6 @@
 #define FETCH_ME                58
 #define FETCH_ME_BQ             59
 #define RBH                     60
-#define EVACUATED               61
 #define REMOTE_REF              62
 #define TVAR_WATCH_QUEUE        63
 #define INVARIANT_CHECK_QUEUE   64
@@ -93,6 +92,7 @@
 #define ATOMICALLY_FRAME        69
 #define CATCH_RETRY_FRAME       70
 #define CATCH_STM_FRAME         71
-#define N_CLOSURE_TYPES         72
+#define WHITEHOLE               72
+#define N_CLOSURE_TYPES         73
 
 #endif /* CLOSURETYPES_H */